wok annotate murrine-themes/receipt @ rev 24990

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