wok view paper-gtk-theme/receipt @ rev 21989
fasm: build fasmarm
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 15 18:06:41 2019 +0200 (2019-10-15) |
parents | 40fab26c175d |
children | 5ea0ce1cecc0 |
line source
1 # SliTaz package receipt.
3 PACKAGE="paper-gtk-theme"
4 VERSION="1.1"
5 COMMIT="02973b6"
6 CATEGORY="customization"
7 SHORT_DESC="Modern desktop theme suite"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL3"
10 WEB_SITE="https://snwh.org/paper/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/snwh/paper-gtk-theme/archive/$COMMIT.tar.gz"
13 HOST_ARCH="any"
15 DEPENDS="gtk2-engine-murrine"
16 BUILD_DEPENDS="autoconf automake"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 chmod a+x autogen.sh
22 ./autogen.sh &&
23 make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 }