123456789101112131415161718 |
- # Tanım: hello yazan uygulama
- # Url: hello.akdeniz
- # Paketçi: mni
- # Gerekler: gtk3
- # Grup: sistem
- isim=hello
- surum=1
- devir=1
- kaynak=(http://localhost:9000/hello-1.tar.gz)
- derle() {
- cd $isim-$surum
- make
- make DESTDIR=$PKG install
- }
|