wok view xcb-util-dev/receipt @ rev 12005

iron: fixed icon, added description
author Samuel Trassare <samuel_trassare@yahoo.com>
date Mon Mar 05 10:38:40 2012 -0800 (2012-03-05)
parents a311ccd60137
children 7adad1411c29
line source
2 PACKAGE="xcb-util-dev"
3 VERSION="0.3.6"
4 CATEGORY="development"
5 SHORT_DESC="xcb-util development files"
6 MAINTAINER="mallory@sweetpeople.org"
7 DEPENDS="xcb-util"
8 WANTED="xcb-util"
9 WEB_SITE="http://xcb.freedesktop.org"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 }