wok-next annotate xcursor-obsidian/receipt @ rev 20259

xsave: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 07 18:34:13 2017 +0100 (2017-11-07)
parents 40fab26c175d
children 12d2d32d8ab5
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@19126 5 CATEGORY="customization"
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@19883 10
al@18055 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19883 12 WGET_URL="https://dl.opendesktop.org/api/files/download/id/1460735403/73135-Obsidian.tar.bz2"
al@18055 13
al@18055 14 BUILD_DEPENDS="symlinks"
al@18055 15
al@19883 16 compile_rules() {
al@19883 17 icodir="$install/usr/share/icons/Obsidian"
al@19883 18 mkdir -p $icodir
al@19883 19 cp -r $src/cursors $src/index.theme $icodir
al@18055 20 . $stuff/symdup.sh
al@18055 21 }
al@18055 22
al@19883 23 genpkg_rules() {
al@19883 24 copy @std
al@19883 25 DEPENDS="xorg-libXcursor"
al@19883 26 TAGS="cursor-theme"
al@18055 27 }