talimat 238 B

123456789101112131415161718
  1. # Tanım: hello yazan uygulama
  2. # Url: hello.akdeniz
  3. # Paketçi: mni
  4. # Gerekler: gtk3
  5. # Grup: sistem
  6. isim=hello
  7. surum=1
  8. devir=1
  9. kaynak=(http://localhost:9000/hello-1.tar.gz)
  10. derle() {
  11. cd $isim-$surum
  12. make
  13. make DESTDIR=$PKG install
  14. }