wok diff paper-icon-theme/receipt @ rev 19013

Add paper-gtk-theme, paper-icon-theme
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 31 11:43:36 2016 +0300 (2016-03-31)
parents
children e9d12b123dd1
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/paper-icon-theme/receipt	Thu Mar 31 11:43:36 2016 +0300
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="paper-icon-theme"
     1.7 +VERSION="1.1"
     1.8 +COMMIT="ae82c98"
     1.9 +CATEGORY="misc"
    1.10 +SHORT_DESC="Simple and modern icon theme with material design influences"
    1.11 +MAINTAINER="al.bobylev@gmail.com"
    1.12 +LICENSE="LGPL3 CC-ASA"
    1.13 +WEB_SITE="https://snwh.org/paper/"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +WGET_URL="https://github.com/snwh/paper-icon-theme/archive/$COMMIT.tar.gz"
    1.16 +
    1.17 +DEPENDS=""
    1.18 +BUILD_DEPENDS="autoconf automake"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	./autogen.sh &&
    1.24 +	make && make install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	cp -a $install/* $fs
    1.31 +}