talimat 411 B

1234567891011121314151617181920212223
  1. # Description: C uygulaması geliştirme için küçük kütüphane
  2. # URL: https://launchpad.net/libnih
  3. # Packager: milisarge
  4. # Depends on: dbus
  5. name=libnih
  6. version=1.0.3
  7. release=1
  8. source=(
  9. http://launchpad.net/libnih/1.0/$version/+download/$name-$version.tar.gz)
  10. build(){
  11. cd $name-$version
  12. ./configure --prefix=/usr
  13. make
  14. make DESTDIR=$PKG install
  15. }
  16. # NuTyX Pkgfile (http://nutyx.org)