mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
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:
28
app-arch/unzip/unzip-6.0.bep
Normal file
28
app-arch/unzip/unzip-6.0.bep
Normal 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
27
app-arch/zip/zip-3.0.bep
Normal 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=""
|
||||
Reference in New Issue
Block a user