wok annotate murrine-themes/receipt @ rev 20415

*l2tp*: typos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 02 13:34:15 2018 +0200 (2018-08-02)
parents 887b3b11683d
children b9659e3c2111
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 }