zip: use the unix target

* bring beos patches over to the unix target
* fixes attributes support for x86_64
This commit is contained in:
Jerome Duval
2015-03-02 20:00:53 +00:00
parent 9cf70fec8f
commit 3ed153b7ce
2 changed files with 475 additions and 379 deletions

View File

@@ -11,7 +11,7 @@ REVISION="1"
LICENSE="Info-ZIP"
COPYRIGHT="1990-2008 Info-ZIP"
ARCHITECTURES="x86 x86_gcc2"
ARCHITECTURES="x86 x86_gcc2 x86_64"
PATCHES="$portName-$portVersion.patchset"
@@ -40,12 +40,14 @@ SOURCE_DIR="zip30"
BUILD()
{
make $jobArgs -f beos/Makefile
sh unix/configure \
&& echo LFLAGS2=\"-lbe\" >> flags \
&& make -f unix/Makefile generic MANDIR=$manDir
}
INSTALL()
{
make -f beos/Makefile install \
make -f unix/Makefile install PREFIX=$prefix \
BINDIR=$binDir \
INCLUDEDIR=$includeDir \
LIBDIR=$libDir \