From e743a1ecb302381b1b051cf3585ffda8eb4b9bf1 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Tue, 26 Jan 2016 17:45:41 +0100 Subject: [PATCH] cabextract: add recipe for 1.6 --- app-arch/cabextract/cabextract-1.6.recipe | 44 +++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 app-arch/cabextract/cabextract-1.6.recipe diff --git a/app-arch/cabextract/cabextract-1.6.recipe b/app-arch/cabextract/cabextract-1.6.recipe new file mode 100644 index 000000000..dbef206b5 --- /dev/null +++ b/app-arch/cabextract/cabextract-1.6.recipe @@ -0,0 +1,44 @@ +SUMMARY="A program to extract Microsoft cabinet files" +DESCRIPTION="cabextract is Free Software for extracting Microsoft cabinet \ +files, also called .CAB files. It is distributed under the GNU GPL license and \ +is based on the portable LGPL libmspack library. cabextract supports all \ +features and formats of Microsoft cabinet files and Windows CE installation \ +files. It can also look inside other files for embedded cabinets." +HOMEPAGE="http://www.cabextract.org.uk/" +COPYRIGHT="2000-2015 Stuart Caie" +LICENSE="GNU GPL v2" +REVISION="1" +SOURCE_URI="http://www.cabextract.org.uk/cabextract-$portVersion.tar.gz" +CHECKSUM_SHA256="cee661b56555350d26943c5e127fc75dd290b7f75689d5ebc1f04957c4af55fb" + +ARCHITECTURES="x86_gcc2 x86 x86_64 ?arm ?ppc" + +PROVIDES=" + cabextract = $portVersion + cmd:cabextract = $portVersion + " +REQUIRES=" + haiku + " + +BUILD_REQUIRES=" + haiku_devel + " +BUILD_PREREQUIRES=" + cmd:make + cmd:gcc + cmd:awk + cmd:sed + cmd:grep + " + +BUILD() +{ + runConfigure ./configure + make +} + +INSTALL() +{ + make install +}