wok diff thunar-vfs-dev/receipt @ rev 8883
Add: htmldoc 1.8.27
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Feb 27 03:53:25 2011 +0100 (2011-02-27) |
parents | |
children | 129bb5b11a7e |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/thunar-vfs-dev/receipt Sun Feb 27 03:53:25 2011 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="thunar-vfs-dev" 1.7 +VERSION="1.2.0" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Thnuar file manager libraries development files" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="thunar-vfs" 1.12 +WANTED="thunar-vfs" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WEB_SITE="http://www.xfce.org" 1.15 +TAGS="file-manager file-browser" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + 1.21 + mkdir -p $fs/usr \ 1.22 + $fs/usr/lib/ \ 1.23 + 1.24 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.25 + cp -a $_pkg/usr/include $fs/usr 1.26 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.27 + 1.28 +} 1.29 +