wok-4.x diff xfprint-dev/receipt @ rev 3164
ecore,ffmpeg,snownews: Remove dep on libiconv (use iconv() from glibc)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 25 00:49:10 2009 +0200 (2009-05-25) |
parents | |
children | cea60f3ae093 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xfprint-dev/receipt Mon May 25 00:49:10 2009 +0200 1.3 @@ -0,0 +1,23 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xfprint-dev" 1.7 +VERSION="4.4.3" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Xfce Printer manager dev files" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="xfprint" 1.12 +WANTED="xfprint" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WEB_SITE="http://www.xfce.org" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/lib/xfce4/mcs-plugins \ 1.20 + $fs/usr/lib/xfce4/xfprint-plugins 1.21 + 1.22 + cp -a $_pkg/usr/include $fs/usr 1.23 + cp -a $_pkg/usr/lib/xfce4/mcs-plugins/*.*a $fs/usr/lib/xfce4/mcs-plugins 1.24 + cp -a $_pkg/usr/lib/xfce4/xfprint-plugins/*.*a $fs/usr/lib/xfce4/xfprint-plugins 1.25 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.26 +}