mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Merge all changes from trunk
This commit is contained in:
22
dev-libs/libzip/libzip-0.10.1.bep
Normal file
22
dev-libs/libzip/libzip-0.10.1.bep
Normal file
@@ -0,0 +1,22 @@
|
||||
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"
|
||||
22
dev-libs/libzip/libzip-0.10.bep
Normal file
22
dev-libs/libzip/libzip-0.10.bep
Normal file
@@ -0,0 +1,22 @@
|
||||
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.tar.bz2"
|
||||
CHECKSUM_MD5="663d79a9d299a61026d1860d52cdf6fc"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd libzip-0.10
|
||||
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
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="1999-2008 Dieter Baron and Thomas Klausner"
|
||||
Reference in New Issue
Block a user