wok diff paper-gtk-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 | 887b3b11683d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/paper-gtk-theme/receipt Thu Mar 31 11:43:36 2016 +0300 1.3 @@ -0,0 +1,29 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="paper-gtk-theme" 1.7 +VERSION="1.1" 1.8 +COMMIT="02973b6" 1.9 +CATEGORY="misc" 1.10 +SHORT_DESC="Modern desktop theme suite" 1.11 +MAINTAINER="al.bobylev@gmail.com" 1.12 +LICENSE="GPL3" 1.13 +WEB_SITE="https://snwh.org/paper/" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 +WGET_URL="https://github.com/snwh/paper-gtk-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 + chmod a+x autogen.sh 1.24 + ./autogen.sh && 1.25 + make && make install 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + cp -a $install/* $fs 1.32 +}