wok-next annotate murrine-themes/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents c4e53a39395a
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@21020 10
al@19113 11 TARBALL="${PACKAGE}_$VERSION.tar.gz"
al@19113 12 WGET_URL="https://launchpad.net/ubuntu/+archive/primary/+files/$TARBALL"
al@19113 13
al@21020 14 genpkg_rules() {
al@19113 15 cp -a $src/usr $fs
al@19113 16 find $fs -type f -exec chmod 644 \{\} \;
al@21020 17 DEPENDS="gtk2-engine-murrine"
al@19113 18 }