wok-4.x view equinox-themes/receipt @ rev 12341
Added Equinox GTK Engine and its themes
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 16 02:03:44 2012 +0000 (2012-10-16) |
parents | |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="equinox-themes"
4 VERSION="1.50"
5 CATEGORY="x-window"
6 SHORT_DESC="Equinox Evolution themes"
7 MAINTAINER="al.bobylev@gmail.com"
8 DEPENDS="equinox"
9 TARBALL="140449-$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://gnome-look.org/content/show.php?content=140449"
11 WGET_URL="http://gnome-look.org/CONTENT/content-files/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 rm $src/*.crx
17 rm $src/*/ChangeLog
18 mkdir -p $fs/usr/share/themes
19 cp -a $src/* $fs/usr/share/themes
20 }