Files
haikuports/dev-libs/libzip/libzip-0.10.1.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

25 lines
603 B
Plaintext

DESCRIPTION="libzip is a C library for reading, creating, and modifying zip archives."
HOMEPAGE="http://www.nih.at/libzip/"
SRC_URI="http://www.nih.at/libzip/libzip-0.10.1.tar.bz2"
CHECKSUM_MD5="d3e933ae049204badccf605f20aaecde"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd libzip-0.10.1
sed -i 's/MAN_PATH man/MAN_PATH documentation\/man/' man/CMakeLists.txt
sed -i 's/DESTINATION lib\/libzip\/include/DESTINATION include/' CMakeLists.txt
cmake .
make
}
INSTALL()
{
cd libzip-0.10.1
make install
}
LICENSE="BSD (3-clause)"
COPYRIGHT="1999-2012 Dieter Baron and Thomas Klausner"