wok-current diff thunar-dev/receipt @ rev 4144
Add: orage, thuna, thunar-dev, terminal
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Sep 20 13:42:58 2009 +0000 (2009-09-20) |
parents | |
children | aa7d03d9c6f5 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/thunar-dev/receipt Sun Sep 20 13:42:58 2009 +0000 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt." 1.5 + 1.6 +PACKAGE="thunar-dev" 1.7 +VERSION="1.0.1" 1.8 +CATEGORY="develoment" 1.9 +SHORT_DESC="Thunar File Manager dev files" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="thunar" 1.12 +WANTED="thunar" 1.13 +SOURCE="Thunar" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 +WEB_SITE="http://www.xfce.org" 1.16 + 1.17 +genpkg_rules() 1.18 +{ 1.19 + 1.20 + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg 1.21 + 1.22 + mkdir -p $fs/usr/usr/lib/thunarx-1 \ 1.23 + $fs/usr/lib/thunarx-1 1.24 + 1.25 + cp -a $_pkg/usr/include $fs/usr 1.26 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.27 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.28 + cp -a $_pkg/usr/lib/thunarx-1/*.*a $fs/usr/lib/thunarx-1 1.29 +}