wok-stable annotate equinox-themes/receipt @ rev 12465

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
parents
children
rev   line source
al@12341 1 # SliTaz package receipt.
al@12341 2
al@12341 3 PACKAGE="equinox-themes"
al@12341 4 VERSION="1.50"
al@12341 5 CATEGORY="x-window"
al@12341 6 SHORT_DESC="Equinox Evolution themes"
al@12341 7 MAINTAINER="al.bobylev@gmail.com"
al@12341 8 DEPENDS="equinox"
al@12341 9 TARBALL="140449-$PACKAGE-$VERSION.tar.gz"
al@12341 10 WEB_SITE="http://gnome-look.org/content/show.php?content=140449"
al@12341 11 WGET_URL="http://gnome-look.org/CONTENT/content-files/$TARBALL"
al@12341 12
al@12341 13 # Rules to gen a SliTaz package suitable for Tazpkg.
al@12341 14 genpkg_rules()
al@12341 15 {
al@12341 16 rm $src/*.crx
al@12341 17 rm $src/*/ChangeLog
al@12341 18 mkdir -p $fs/usr/share/themes
al@12341 19 cp -a $src/* $fs/usr/share/themes
al@12341 20 }
al@12341 21