milis/talimatname/genel/z/zip/talimat

17 lines
383 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: PKZIP uyumlu .zip dosyalari yaratir
2016-02-24 01:27:23 +01:00
# URL: http://infozip.sourceforge.net/Zip.html
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2017-01-30 02:42:26 +01:00
2017-10-28 14:10:23 +02:00
isim=zip
surum=3.0
devir=1
kaynak=( http://downloads.sourceforge.net/infozip/zip30.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd ${isim}30
2016-02-24 01:27:23 +01:00
make -f unix/Makefile prefix=/usr generic_gcc
make prefix=$PKG/usr MANDIR=$PKG/usr/share/man/man1 -f unix/Makefile install
}