wok-4.x diff libexo-dev/receipt @ rev 2351
slitaz-eeepc: Tidy up docs
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Wed Mar 04 19:53:35 2009 +0000 (2009-03-04) |
parents | |
children | 6dc1f847927c |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libexo-dev/receipt Wed Mar 04 19:53:35 2009 +0000 1.3 @@ -0,0 +1,29 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libexo-dev" 1.7 +VERSION="0.3.4" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Xfce extension library dev files" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="libexo" 1.12 +SOURCE="exo" 1.13 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.14 +WANTED="libexo" 1.15 +WEB_SITE="http://www.xfce.org" 1.16 + 1.17 + 1.18 + 1.19 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.20 +genpkg_rules() 1.21 +{ 1.22 + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg 1.23 + 1.24 + mkdir -p $fs/usr \ 1.25 + $fs/usr/lib/xfce4/mcs-plugins \ 1.26 + 1.27 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.28 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.29 + cp -a $_pkg/usr/lib/xfce4/mcs-plugins/*.*a $fs/usr/lib/xfce4/mcs-plugins 1.30 + cp -a $_pkg/usr/include $fs/usr 1.31 +} 1.32 +