wok-6.x diff xcursor-obsidian/receipt @ rev 18218
Add nilfs-utils
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 17 22:23:02 2015 +0200 (2015-07-17) |
parents | |
children | 40fab26c175d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xcursor-obsidian/receipt Fri Jul 17 22:23:02 2015 +0200 1.3 @@ -0,0 +1,29 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xcursor-obsidian" 1.7 +VERSION="1.0" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Obsidian cursor theme" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPL" 1.12 +WEB_SITE="http://www.gnome-look.org/content/show.php/Obsidian+Cursors?content=73135" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WGET_URL="http://www.gnome-look.org/CONTENT/content-files/73135-Obsidian.tar.bz2" 1.15 +TAGS="cursor-theme" 1.16 + 1.17 +DEPENDS="xorg-libXcursor" 1.18 +BUILD_DEPENDS="symlinks" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + mkdir -p $install/usr/share/icons/Obsidian 1.24 + cp -a $src/cursors $src/index.theme $install/usr/share/icons/Obsidian 1.25 + . $stuff/symdup.sh 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + cp -a $install/* $fs 1.32 +}