blob: 6b5e65d31123623e0130bd45cffa4883cb5ccdb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
description="Compression and file packaging/archive utility."
packager="CRUX System Team <core-ports AT crux DOT nu>"
maintainer="Lukc <lukc AT upyum DOT com>"
url="http://infozip.sourceforge.net/Zip.html"
depends=(bzip2)
name=zip
version=3.0
release=1
source=(http://downloads.sourceforge.net/sourceforge/infozip/zip30.tar.gz)
build ()
{
cd ${name}${version//./};
make -f unix/Makefile LOCAL_ZIP="$CFLAGS" prefix=$prefix generic;
make -f unix/Makefile INSTALL=install prefix=$PKG$prefix install
}
|