wok annotate xcursor-obsidian/receipt @ rev 20102

Add plsh & pypdf2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 09 13:07:28 2017 +0200 (2017-10-09)
parents 54f24b7a2dba
children a78610b2eb47
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@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 }