wok view paper-gtk-theme/receipt @ rev 25089

updated paper-gtk-theme (1.1 -> 2.1.0)
author Hans-G?nter Theisgen
date Sat Jun 18 09:41:29 2022 +0100 (22 months ago)
parents 5ea0ce1cecc0
children 0262035dc1e7
line source
1 # SliTaz package receipt.
3 PACKAGE="paper-gtk-theme"
4 VERSION="2.1.0"
5 CATEGORY="customization"
6 SHORT_DESC="Modern desktop theme suite."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://snwh.org/paper/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/snwh/$PACKAGE/archive/v$VERSION/$TARBALL"
14 HOST_ARCH="any"
16 DEPENDS="gtk2-engine-murrine"
17 BUILD_DEPENDS="autoconf automake"
19 current_version()
20 {
21 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
22 sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
23 }
25 # Rules to configure and make the package.
26 compile_rules()
27 {
28 chmod a+x autogen.sh
29 ./autogen.sh &&
30 make &&
31 make install
32 }
34 # Rules to gen a SliTaz package suitable for Tazpkg.
35 genpkg_rules()
36 {
37 cp -a $install/* $fs
38 }