wok-next view murrine-themes/receipt @ rev 20405
Follow BLFS Chapter 9 "General Libraries": up apr, apr-util, aspell, autoconf213 (for js), dbus-glib, enchant, exempi, fftw, glib, glibmm, gmime, gobject-introspection, gsl, js, libboost.
js is 39.7MB / 87.6MB now. Looks like it's proper time to kick off polkit (Hi, Xander! You was right.)
js is 39.7MB / 87.6MB now. Looks like it's proper time to kick off polkit (Hi, Xander! You was right.)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Dec 07 17:39:40 2017 +0200 (2017-12-07) |
parents | 887b3b11683d |
children | c4e53a39395a |
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"
12 HOST_ARCH="any"
14 DEPENDS="gtk2-engine-murrine"
15 BUILD_DEPENDS=""
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 cp -a $src/usr $fs
21 find $fs -type f -exec chmod 644 \{\} \;
22 }