wok diff mate-themes/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents
children 40fab26c175d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mate-themes/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="mate-themes"
     1.7 +VERSION="1.9.0"
     1.8 +CATEGORY="x-window"
     1.9 +LICENSE="GPL"
    1.10 +SHORT_DESC="MATE's default themes."
    1.11 +MAINTAINER="yuripourre@gmail.com"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://www.mate-desktop.org/"
    1.14 +WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"
    1.15 +
    1.16 +DEPENDS="gtk+ gtk-engines gtk2-engine-murrine librsvg mate-icon-theme"
    1.17 +BUILD_DEPENDS="autoconf automake gtk+-dev mate-common-dev icon-naming-utils"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	./autogen.sh                           \
    1.23 +		--prefix=/usr                  \
    1.24 +		--enable-all-themes            \
    1.25 +		--disable-placeholders         \
    1.26 +		$CONFIGURE_ARGS &&
    1.27 +	make &&
    1.28 +	make DESTDIR=$DESTDIR install
    1.29 +}
    1.30 +
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +	mkdir -p $fs/usr
    1.34 +	cp -a $install/usr $fs
    1.35 +}