wok view murrine-themes/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents 40fab26c175d
children
line source
1 # SliTaz package receipt.
3 PACKAGE="murrine-themes"
4 VERSION="0.98.6ubuntu1"
5 CATEGORY="customization"
6 SHORT_DESC="Themes for GTK2 engine Murrine"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="CC-BY-SA-3"
9 WEB_SITE="https://launchpad.net/murrine-themes"
10 TARBALL="${PACKAGE}_$VERSION.tar.gz"
11 WGET_URL="https://launchpad.net/ubuntu/+archive/primary/+files/$TARBALL"
12 HOST_ARCH="any"
14 DEPENDS="gtk2-engine-murrine"
15 BUILD_DEPENDS=""
17 # What is the latest version available today?
18 current_version()
19 {
20 wget -O - https://github.com/Pardus-Kurumsal/murrine-themes/tags 2>/dev/null | \
21 sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $src/usr $fs
28 find $fs -type f -exec chmod 644 \{\} \;
29 }