# SliTaz package receipt. PACKAGE="xfce4-icon-theme" VERSION="4.4.3" CATEGORY="x-window" SHORT_DESC="Icon theme for Xfce Desktop Environment" MAINTAINER="erjo@slitaz.org" DEPENDS="" BUILD_DEPENDS="intltool" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org/" WGET_URL="http://archive.xfce.org/src/art/$PACKAGE/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && \ make && make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { # Remove SVG Icons #find $_pkg/usr/share -name "*scalable*" -exec rm -rf {} \; mkdir -p $fs/usr cp -a $_pkg/usr/share $fs/usr }