wok view libxfcegui4-dev/receipt @ rev 8114

Fix: lzma wrapper in xz package should now display usage correctly
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Jan 23 22:57:43 2011 +0100 (2011-01-23)
parents bebe722e42d2
children 7362dacf3962
line source
1 # SliTaz package receipt.
3 PACKAGE="libxfcegui4-dev"
4 VERSION="4.8.0"
5 CATEGORY="development"
6 SHORT_DESC="Xfce Gtk Widget library dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="gtk+ libxfcegui4 libxfce4util-dev"
9 WANTED="libxfcegui4"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.xfce.org"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
17 mkdir -p $fs/usr/lib \
18 $fs/usr
20 cp -a $_pkg/usr/include $fs/usr
21 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
22 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
23 }