wok annotate xfce4-icon-theme/receipt @ rev 15925
linux: add ata orphans
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 19 12:47:39 2014 +0000 (2014-02-19) |
parents | 33aae2718d81 |
children | 40fab26c175d |
rev | line source |
---|---|
erjo@2073 | 1 # SliTaz package receipt. |
erjo@2073 | 2 |
erjo@2073 | 3 PACKAGE="xfce4-icon-theme" |
erjo@2073 | 4 VERSION="4.4.3" |
erjo@2073 | 5 CATEGORY="x-window" |
erjo@2073 | 6 SHORT_DESC="Icon theme for Xfce Desktop Environment" |
erjo@2073 | 7 MAINTAINER="erjo@slitaz.org" |
pascal@15579 | 8 LICENSE="GPL2" |
erjo@2073 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
erjo@2073 | 10 WEB_SITE="http://www.xfce.org/" |
slaxemulator@8045 | 11 WGET_URL="http://archive.xfce.org/src/art/$PACKAGE/${VERSION%.*}/$TARBALL" |
erjo@2073 | 12 |
pascal@15579 | 13 DEPENDS="" |
pascal@15579 | 14 BUILD_DEPENDS="intltool" |
pascal@15579 | 15 |
erjo@2073 | 16 # Rules to configure and make the package. |
erjo@2073 | 17 compile_rules() |
erjo@2073 | 18 { |
erjo@2073 | 19 cd $src |
erjo@2073 | 20 ./configure --prefix=/usr --infodir=/usr/share/info \ |
erjo@2073 | 21 --mandir=/usr/share/man $CONFIGURE_ARGS && \ |
pascal@15579 | 22 make && make DESTDIR=$DESTDIR install |
erjo@2073 | 23 } |
erjo@2073 | 24 |
erjo@2073 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@2073 | 26 genpkg_rules() |
erjo@2073 | 27 { |
erjo@2073 | 28 # Remove SVG Icons |
pascal@15579 | 29 #find $install/usr/share -name "*scalable*" -exec rm -rf {} \; |
erjo@2073 | 30 |
erjo@2073 | 31 mkdir -p $fs/usr |
pascal@15579 | 32 cp -a $install/usr/share $fs/usr |
erjo@2073 | 33 } |