wok-next view libzip-dev/receipt @ rev 15689

Fix dpkg receipt
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 07:57:52 2013 +0100 (2013-12-21)
parents 8d6f480bf664
children 89f18ec827a9
line source
1 # SliTaz package receipt.
3 PACKAGE="libzip-dev"
4 VERSION="0.10.1"
5 CATEGORY="development"
6 SHORT_DESC="C library for reading, creating, and modifying zip archives, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.nih.at/libzip/"
10 WANTED="libzip"
12 DEPENDS="libzip pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*a $fs/usr/lib
20 cp -a $install/usr/lib/libzip $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 }