wok-current annotate xcursor-obsidian/receipt @ rev 18558
btrfs-progs: update deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 08 14:25:50 2015 +0100 (2015-11-08) |
parents | |
children | 40fab26c175d |
rev | line source |
---|---|
al@18055 | 1 # SliTaz package receipt. |
al@18055 | 2 |
al@18055 | 3 PACKAGE="xcursor-obsidian" |
al@18055 | 4 VERSION="1.0" |
al@18055 | 5 CATEGORY="x-window" |
al@18055 | 6 SHORT_DESC="Obsidian cursor theme" |
al@18055 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@18055 | 8 LICENSE="GPL" |
al@18055 | 9 WEB_SITE="http://www.gnome-look.org/content/show.php/Obsidian+Cursors?content=73135" |
al@18055 | 10 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
al@18055 | 11 WGET_URL="http://www.gnome-look.org/CONTENT/content-files/73135-Obsidian.tar.bz2" |
al@18055 | 12 TAGS="cursor-theme" |
al@18055 | 13 |
al@18055 | 14 DEPENDS="xorg-libXcursor" |
al@18055 | 15 BUILD_DEPENDS="symlinks" |
al@18055 | 16 |
al@18055 | 17 # Rules to configure and make the package. |
al@18055 | 18 compile_rules() |
al@18055 | 19 { |
al@18055 | 20 mkdir -p $install/usr/share/icons/Obsidian |
al@18055 | 21 cp -a $src/cursors $src/index.theme $install/usr/share/icons/Obsidian |
al@18055 | 22 . $stuff/symdup.sh |
al@18055 | 23 } |
al@18055 | 24 |
al@18055 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@18055 | 26 genpkg_rules() |
al@18055 | 27 { |
al@18055 | 28 cp -a $install/* $fs |
al@18055 | 29 } |