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

updated scrollz again (2.2.3 -> 2.3)
author Hans-G?nter Theisgen
date Thu Oct 03 16:09:40 2019 +0100 (2019-10-03)
parents 5669e8b3be70
children
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@21082 10 HOST_ARCH="any"
al@19883 11
al@18055 12 TARBALL="human-cursors-theme_$VERSION.tar.gz"
al@18055 13 WGET_URL="https://launchpad.net/ubuntu/+archive/primary/+files/$TARBALL"
al@18055 14
al@19883 15 BUILD_DEPENDS="python symlinks"
al@18055 16
al@19883 17 compile_rules() {
al@21020 18 python -B setup.py install --prefix=/usr --root="$install" || return 1
al@21020 19
al@18055 20 rm -rf "$install/usr/lib"
al@18055 21 . $stuff/symdup.sh
al@19883 22 cp $stuff/index.theme $install/usr/share/icons/Human
al@18055 23 }
al@18055 24
al@19883 25 genpkg_rules() {
al@19883 26 copy @std
al@21078 27 DEPENDS="libxcursor"
al@19883 28 TAGS="cursor-theme"
al@18055 29 }