From 9d1b3cd68f2d413901921aecda8529ee294b6f6b Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 17 May 2011 19:00:55 +0000 Subject: [PATCH] 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. --- app-arch/unzip/unzip-6.0.bep | 28 +++++++++++++++++++ .../patches/zip-3.0.patch} | 0 app-arch/zip/zip-3.0.bep | 27 ++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 app-arch/unzip/unzip-6.0.bep rename app-arch/{info-zip/zip30-haiku.patch => zip/patches/zip-3.0.patch} (100%) create mode 100644 app-arch/zip/zip-3.0.bep diff --git a/app-arch/unzip/unzip-6.0.bep b/app-arch/unzip/unzip-6.0.bep new file mode 100644 index 000000000..868411e99 --- /dev/null +++ b/app-arch/unzip/unzip-6.0.bep @@ -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="" diff --git a/app-arch/info-zip/zip30-haiku.patch b/app-arch/zip/patches/zip-3.0.patch similarity index 100% rename from app-arch/info-zip/zip30-haiku.patch rename to app-arch/zip/patches/zip-3.0.patch diff --git a/app-arch/zip/zip-3.0.bep b/app-arch/zip/zip-3.0.bep new file mode 100644 index 000000000..132af02e8 --- /dev/null +++ b/app-arch/zip/zip-3.0.bep @@ -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=""