talimat 394 B

1234567891011121314151617
  1. # Description: PKZIP uyumlu .zip dosyalari yaratir
  2. # URL: http://infozip.sourceforge.net/Zip.html
  3. # Packager: milisarge
  4. # Depends on:
  5. name=zip
  6. version=3.0
  7. release=1
  8. source=( http://downloads.sourceforge.net/infozip/zip30.tar.gz)
  9. build() {
  10. cd ${name}30
  11. make -f unix/Makefile prefix=/usr generic_gcc
  12. make prefix=$PKG/usr MANDIR=$PKG/usr/share/man/man1 -f unix/Makefile install
  13. }