wok diff xfce4-icon-theme/receipt @ rev 18115
glib-dev,qcad: clean files.list.lzma, fix overwriting(for what?) get-scripts $depends
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Jun 06 21:23:13 2015 +0200 (2015-06-06) |
parents | 33aae2718d81 |
children | 40fab26c175d |
line diff
1.1 --- a/xfce4-icon-theme/receipt Fri Mar 04 18:19:17 2011 +0100 1.2 +++ b/xfce4-icon-theme/receipt Sat Jun 06 21:23:13 2015 +0200 1.3 @@ -5,32 +5,29 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Icon theme for Xfce Desktop Environment" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="" 1.8 -BUILD_DEPENDS="intltool" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.xfce.org/" 1.12 WGET_URL="http://archive.xfce.org/src/art/$PACKAGE/${VERSION%.*}/$TARBALL" 1.13 1.14 +DEPENDS="" 1.15 +BUILD_DEPENDS="intltool" 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 + make && make DESTDIR=$DESTDIR install 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 genpkg_rules() 1.29 { 1.30 # Remove SVG Icons 1.31 - #find $_pkg/usr/share -name "*scalable*" -exec rm -rf {} \; 1.32 + #find $install/usr/share -name "*scalable*" -exec rm -rf {} \; 1.33 1.34 mkdir -p $fs/usr 1.35 - cp -a $_pkg/usr/share $fs/usr 1.36 - 1.37 - 1.38 - 1.39 + cp -a $install/usr/share $fs/usr 1.40 } 1.41 - 1.42 -