mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 00:30:06 +02:00
25 lines
603 B
Plaintext
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"
|