wok-next view murrine-themes/receipt @ rev 20747
system-tools-backends: provide dev package; liboobs: use that package
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed May 30 16:54:11 2018 +0300 (2018-05-30) |
parents | 40fab26c175d |
children | d5aab818505e |
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"
13 DEPENDS="gtk2-engine-murrine"
14 BUILD_DEPENDS=""
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 cp -a $src/usr $fs
20 find $fs -type f -exec chmod 644 \{\} \;
21 }