wok annotate xfprint-dev/receipt @ rev 6153

Up: libcdio, libcdio-dev, libcdio-utils to 0.82.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Sep 09 20:36:57 2010 +0000 (2010-09-09)
parents 62c9d38f56c0
children 129bb5b11a7e
rev   line source
erjo@2075 1 # SliTaz package receipt.
erjo@2075 2
erjo@2075 3 PACKAGE="xfprint-dev"
erjo@4134 4 VERSION="4.6.1"
erjo@2075 5 CATEGORY="development"
erjo@2075 6 SHORT_DESC="Xfce Printer manager dev files"
erjo@2075 7 MAINTAINER="erjo@slitaz.org"
erjo@2075 8 DEPENDS="xfprint"
erjo@2075 9 WANTED="xfprint"
erjo@2075 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@2075 11 WEB_SITE="http://www.xfce.org"
erjo@2075 12
erjo@2075 13 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@2075 14 genpkg_rules()
erjo@2075 15 {
erjo@4134 16 mkdir -p $fs/usr/lib/xfce4/xfprint-plugins
erjo@2075 17
erjo@2075 18 cp -a $_pkg/usr/include $fs/usr
erjo@2075 19 cp -a $_pkg/usr/lib/xfce4/xfprint-plugins/*.*a $fs/usr/lib/xfce4/xfprint-plugins
erjo@2075 20 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
erjo@2075 21 }