wok annotate libxfce4util-dev/receipt @ rev 4353

Update: java-* - remove files that are already in dependent packages
author Matthew Sheets <rcx@zoominternet.net>
date Sat Oct 03 22:00:35 2009 +0000 (2009-10-03)
parents 8186ed70b4e8
children 387cedf281f4
rev   line source
erjo@2076 1 # SliTaz package receipt.
erjo@2076 2
erjo@2076 3 PACKAGE="libxfce4util-dev"
erjo@4128 4 VERSION="4.6.1"
erjo@2076 5 CATEGORY="development"
erjo@2076 6 SHORT_DESC="Xfce Utility library dev files"
erjo@2076 7 MAINTAINER="erjo@slitaz.org"
erjo@2076 8 DEPENDS="gtk+ libxfce4util"
erjo@2076 9 BUILD_DEPENDS="gtk+-dev"
erjo@2076 10 WANTED="libxfce4util"
erjo@2076 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@2076 12 WEB_SITE="http://www.xfce.org"
erjo@2076 13
erjo@2076 14
erjo@2076 15 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@2076 16 genpkg_rules()
erjo@2076 17 {
erjo@2076 18 mkdir -p $fs/usr \
erjo@2076 19 $fs/usr/lib
erjo@2076 20
erjo@2076 21 cp -a $_pkg/usr/include $fs/usr
erjo@2076 22 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
erjo@2076 23 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
erjo@2076 24 }
erjo@2076 25