wok annotate xfprint-dev/receipt @ rev 2253

Add squirrelmail-ldapuser
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 15 22:50:52 2009 +0000 (2009-02-15)
parents
children cea60f3ae093
rev   line source
erjo@2075 1 # SliTaz package receipt.
erjo@2075 2
erjo@2075 3 PACKAGE="xfprint-dev"
erjo@2075 4 VERSION="4.4.3"
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@2075 16 mkdir -p $fs/usr/lib/xfce4/mcs-plugins \
erjo@2075 17 $fs/usr/lib/xfce4/xfprint-plugins
erjo@2075 18
erjo@2075 19 cp -a $_pkg/usr/include $fs/usr
erjo@2075 20 cp -a $_pkg/usr/lib/xfce4/mcs-plugins/*.*a $fs/usr/lib/xfce4/mcs-plugins
erjo@2075 21 cp -a $_pkg/usr/lib/xfce4/xfprint-plugins/*.*a $fs/usr/lib/xfce4/xfprint-plugins
erjo@2075 22 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
erjo@2075 23 }