wok annotate xfce4-icon-theme/receipt @ rev 11277

Up: lxtask, lxrandr, lxmenu-data
author Alexander Medvedev <devl547@gmail.com>
date Thu Nov 10 03:21:19 2011 +0000 (2011-11-10)
parents fe2fd41e6103
children eb8067417980
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"
erjo@2073 8 DEPENDS=""
gokhlayeh@8044 9 BUILD_DEPENDS="intltool"
erjo@2073 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@2073 11 WEB_SITE="http://www.xfce.org/"
slaxemulator@8045 12 WGET_URL="http://archive.xfce.org/src/art/$PACKAGE/${VERSION%.*}/$TARBALL"
erjo@2073 13
erjo@2073 14 # Rules to configure and make the package.
erjo@2073 15 compile_rules()
erjo@2073 16 {
erjo@2073 17 cd $src
erjo@2073 18 ./configure --prefix=/usr --infodir=/usr/share/info \
erjo@2073 19 --mandir=/usr/share/man $CONFIGURE_ARGS && \
erjo@2073 20 make && make DESTDIR=$PWD/_pkg install
erjo@2073 21 }
erjo@2073 22
erjo@2073 23 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@2073 24 genpkg_rules()
erjo@2073 25 {
erjo@2073 26 # Remove SVG Icons
pascal@9087 27 #find $_pkg/usr/share -name "*scalable*" -exec rm -rf {} \;
erjo@2073 28
erjo@2073 29 mkdir -p $fs/usr
erjo@2073 30 cp -a $_pkg/usr/share $fs/usr
erjo@2073 31
erjo@2073 32
erjo@2073 33
erjo@2073 34 }
erjo@2073 35
erjo@2073 36