wok view xfconf-dev/receipt @ rev 6081

Add: Thunderbird langpacks (de en_GB es fr pt_BR pt_PT ru)
author Dominique Corbex <domcox@slitaz.org>
date Sun Aug 29 11:07:11 2010 +0200 (2010-08-29)
parents 0f6ee8c94654
children 44c18298eb0f
line source
1 # SliTaz package receipt.
3 PACKAGE="xfconf-dev"
4 VERSION="4.6.2"
5 CATEGORY="development"
6 SHORT_DESC="Xfce Copnfiguration Utility dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="xfconf"
9 WANTED="xfconf"
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 {
17 mkdir -p $fs/usr \
18 $fs/usr/lib
20 cp -a $_pkg/usr/include $fs/usr
21 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
22 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
23 }