wok-current diff xfe-extras/receipt @ rev 12470
Up: pcre (8.30) Have --enable-unicode-properties so we can build glib with it
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 23 12:50:36 2012 +0200 (2012-04-23) |
parents | |
children | 36a438c097dc |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xfe-extras/receipt Mon Apr 23 12:50:36 2012 +0200 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xfe-extras" 1.7 +VERSION="1.32.4" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Xfe File manager tools." 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +WEB_SITE="http://roland65.free.fr/xfe/" 1.13 +WANTED="xfe" 1.14 + 1.15 +DEPENDS="xfe" 1.16 +BUILD_DEPENDS="" 1.17 + 1.18 +GENERIKC_MENUS="no" 1.19 + 1.20 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.21 +genpkg_rules() 1.22 +{ 1.23 + mkdir -p $fs/usr/bin \ 1.24 + $fs/usr/share/applications \ 1.25 + $fs/usr/share/icons 1.26 + 1.27 + cp -a $install/usr/bin/xf[i,v,p,w] $fs/usr/bin 1.28 + cp -a $install/usr/share/applications/xf[i,v,p,w]* $fs/usr/share/applications 1.29 + cp -a $src/xf[i,v,p,w].png $fs/usr/share/icons 1.30 +}