diff options
Diffstat (limited to 'base/zip/Pkgfile')
-rwxr-xr-x | base/zip/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/base/zip/Pkgfile b/base/zip/Pkgfile new file mode 100755 index 000000000..1fc7a84ee --- /dev/null +++ b/base/zip/Pkgfile @@ -0,0 +1,17 @@ +# Description: Programmes pour compression/décompression de fichiers +# URL: http://infozip.sourceforge.net/Zip.html +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=zip +version=2.32 +release=1 +source=( http://fresh.t-systems-sfr.com/unix/src/misc/zip232.tar.gz) + +build() { + cd $name-$version + make -f unix/Makefile prefix=/usr generic_gcc + make prefix=$PKG/usr MANDIR=$PKG/usr/share/man/man1 -f unix/Makefile install + +} |