wok-next rev 5220
Add exo-tools (libexo split)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue Apr 06 23:43:53 2010 +0200 (2010-04-06) |
parents | fb6366751bde |
children | a27053729c70 |
files | exo-tools/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/exo-tools/receipt Tue Apr 06 23:43:53 2010 +0200 1.3 @@ -0,0 +1,39 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="exo-tools" 1.7 +VERSION="0.3.101" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Xfce extension tools" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="libexo" 1.12 +BUILD_DEPENDS="" 1.13 +WANTED="exo" 1.14 +SUGGESTED="perl-uri" 1.15 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.16 +WEB_SITE="http://www.xfce.org" 1.17 + 1.18 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.19 +genpkg_rules() 1.20 +{ 1.21 + src=$WOK/$WANTED/$SOURCE-$VERSION 1.22 + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg 1.23 + 1.24 + mkdir -p $fs/usr/share/locale \ 1.25 + $fs/usr/share/xfce4 \ 1.26 + $fs/etc/xdg/xfce4 1.27 + 1.28 + cp -a $_pkg/etc $fs/ 1.29 + cp -a $_pkg/usr/bin $fs/usr 1.30 + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.31 + cp -a $_pkg/usr/share/applications $fs/usr/share 1.32 + cp -a $_pkg/usr/share/icons $fs/usr/share 1.33 + cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.34 + cp -a $_pkg/usr/share/xfce4/helpers $fs/usr/share/xfce4 1.35 + 1.36 + # Fix perms & helpers 1.37 + chmod +x $fs/usr/bin/exo-preferred-applications 1.38 + 1.39 + # Rebuild libexo package 1.40 + tazwok cook libexo 1.41 + 1.42 +}