wok-stable diff equinox-themes/receipt @ rev 12409

aria2: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 22 21:23:03 2013 +0000 (2013-11-22)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/equinox-themes/receipt	Fri Nov 22 21:23:03 2013 +0000
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="equinox-themes"
     1.7 +VERSION="1.50"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Equinox Evolution themes"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +DEPENDS="equinox"
    1.12 +TARBALL="140449-$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://gnome-look.org/content/show.php?content=140449"
    1.14 +WGET_URL="http://gnome-look.org/CONTENT/content-files/$TARBALL"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	rm $src/*.crx
    1.20 +	rm $src/*/ChangeLog
    1.21 +	mkdir -p $fs/usr/share/themes
    1.22 +	cp -a $src/* $fs/usr/share/themes
    1.23 +}
    1.24 +