wok annotate xcursor-obsidian/receipt @ rev 22291

updated xorg-xkbutils (1.0.3 -> 1.0.4)
author Hans-G?nter Theisgen
date Wed Nov 13 16:11:02 2019 +0100 (2019-11-13)
parents 40fab26c175d
children
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"
pascal@20669 9 WEB_SITE="https://www.gnome-look.org/content/show.php/Obsidian+Cursors?content=73135"
al@18055 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@20669 11 WGET_URL="https://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 }