wok-next diff xfce4-icon-theme/receipt @ rev 4137
Fix: libexo, add herlpers patch
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Sep 20 13:31:05 2009 +0000 (2009-09-20) |
parents | |
children | f165fed5166c |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xfce4-icon-theme/receipt Sun Sep 20 13:31:05 2009 +0000 1.3 @@ -0,0 +1,36 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xfce4-icon-theme" 1.7 +VERSION="4.4.3" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Icon theme for Xfce Desktop Environment" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="" 1.12 +BUILD_DEPENDS="" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WEB_SITE="http://www.xfce.org/" 1.15 +WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + ./configure --prefix=/usr --infodir=/usr/share/info \ 1.22 + --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.23 + make && make DESTDIR=$PWD/_pkg install 1.24 +} 1.25 + 1.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 +genpkg_rules() 1.28 +{ 1.29 + # Remove SVG Icons 1.30 + find $_pkg/usr/share -name "*scalable*" -exec rm -rf {} \; 1.31 + 1.32 + mkdir -p $fs/usr 1.33 + cp -a $_pkg/usr/share $fs/usr 1.34 + 1.35 + 1.36 + 1.37 +} 1.38 + 1.39 +