wok view libzip-dev/receipt @ rev 14654

xorg-kbproto: Fixed depends but making it only xorg-utils-macros. It builds without xorg-xproto and xorg-libxkbfile-dev so its not needed.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 05 02:41:07 2013 +0000 (2013-06-05)
parents
children 8d6f480bf664
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 WEB_SITE="http://www.nih.at/libzip/"
9 WANTED="libzip"
11 DEPENDS="libzip"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*a $fs/usr/lib
19 cp -a $install/usr/lib/libzip $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }