wok-next annotate murrine-themes/receipt @ rev 20212
Up consonance (0.5.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 04 18:41:56 2017 +0100 (2017-11-04) |
parents | 887b3b11683d |
children | c4e53a39395a |
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 |
al@19113 | 17 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@19113 | 18 genpkg_rules() |
al@19113 | 19 { |
al@19113 | 20 cp -a $src/usr $fs |
al@19113 | 21 find $fs -type f -exec chmod 644 \{\} \; |
al@19113 | 22 } |