wok annotate 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
rev   line source
al@19013 1 # SliTaz package receipt.
al@19013 2
al@19013 3 PACKAGE="paper-icon-theme"
al@19013 4 VERSION="1.1"
al@19013 5 COMMIT="ae82c98"
al@19013 6 CATEGORY="misc"
al@19013 7 SHORT_DESC="Simple and modern icon theme with material design influences"
al@19013 8 MAINTAINER="al.bobylev@gmail.com"
al@19013 9 LICENSE="LGPL3 CC-ASA"
al@19013 10 WEB_SITE="https://snwh.org/paper/"
al@19013 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19013 12 WGET_URL="https://github.com/snwh/paper-icon-theme/archive/$COMMIT.tar.gz"
al@19013 13
al@19013 14 DEPENDS=""
al@19013 15 BUILD_DEPENDS="autoconf automake"
al@19013 16
al@19013 17 # Rules to configure and make the package.
al@19013 18 compile_rules()
al@19013 19 {
al@19013 20 ./autogen.sh &&
al@19013 21 make && make install
al@19013 22 }
al@19013 23
al@19013 24 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19013 25 genpkg_rules()
al@19013 26 {
al@19013 27 cp -a $install/* $fs
al@19013 28 }