Removed info-zip directory, added preliminary .beps for unzip and zip. Complete patches should be generated by diffing the unizp/zip

source code in the Haiku source vs, the current releases from info-zip.
This commit is contained in:
Scott McCreary
2011-05-17 19:00:55 +00:00
parent e38ea70f50
commit 9d1b3cd68f
3 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
DESCRIPTION="unzip"
HOMEPAGE="http://www.info-zip.org/UnZip.html"
SRC_URI="http://downloads.sourceforge.net/project/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""
CHECKSUM_MD5="62b490407489521db863b523a7f86375"
BUILD {
cd unzip60
make -f beos/Makefile \
PREFIX=`finddir B_COMMON_DIRECTORY` \
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
}
INSTALL {
cd unzip60
make -f beos/Makefile install
}
TEST {
cd unzip60
# make test
# make check
}
LICENSE="Info-ZIP"
#COPYRIGHT=""

27
app-arch/zip/zip-3.0.bep Normal file
View File

@@ -0,0 +1,27 @@
DESCRIPTION="zip"
HOMEPAGE="http://www.info-zip.org/Zip.html"
SRC_URI="http://downloads.sourceforge.net/project/infozip/Zip%203.x%20%28latest%29/3.0/zip30.tar.gz"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""
CHECKSUM_MD5="7b74551e63f8ee6aab6fbc86676c0d37"
BUILD {
cd zip30
make -f beos/Makefile \
PREFIX=`finddir B_COMMON_DIRECTORY` \
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
}
INSTALL {
cd zip30
make -f beos/Makefile install
}
TEST {
cd zip30
# make test
# make check
}
#LICENSE="Info-Zip"
#COPYRIGHT=""