wok-next annotate xcursor-human/receipt @ rev 19918

Fix xombrero
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 14 14:20:25 2017 +0300 (2017-10-14)
parents 40fab26c175d
children d5aab818505e
rev   line source
al@19883 1 # SliTaz package receipt v2.
al@18055 2
al@18055 3 PACKAGE="xcursor-human"
al@18055 4 VERSION="0.6"
al@19126 5 CATEGORY="customization"
al@18055 6 SHORT_DESC="Human cursor theme"
al@18055 7 MAINTAINER="al.bobylev@gmail.com"
al@18055 8 LICENSE="CC-ASA"
al@18055 9 WEB_SITE="https://launchpad.net/human-cursors-theme/"
al@19883 10
al@18055 11 TARBALL="human-cursors-theme_$VERSION.tar.gz"
al@18055 12 WGET_URL="https://launchpad.net/ubuntu/+archive/primary/+files/$TARBALL"
al@18055 13
al@19883 14 BUILD_DEPENDS="python symlinks"
al@18055 15
al@19883 16 compile_rules() {
al@18055 17 python setup.py install --prefix=/usr --root="$install" --optimize=1
al@18055 18 rm -rf "$install/usr/lib"
al@18055 19 . $stuff/symdup.sh
al@19883 20 cp $stuff/index.theme $install/usr/share/icons/Human
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 }