wok view libxfcegui4-dev/receipt @ rev 2581

openssl: basename bug workaround (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 07 12:51:52 2009 +0000 (2009-04-07)
parents
children 4666cb462d9c
line source
1 # SliTaz package receipt.
3 PACKAGE="libxfcegui4-dev"
4 VERSION="4.4.3"
5 CATEGORY="development"
6 SHORT_DESC="Xfce Gtk Widget library dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="gtk+ libxfcegui4"
9 WANTED="libxfcegui4"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.xfce.org"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
18 mkdir -p $fs/usr/lib \
19 $fs/usr
21 cp -a $_pkg/usr/include $fs/usr
22 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
23 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
24 }