wok-next view xcursor-human/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xcursor-human"
4 VERSION="0.6"
5 CATEGORY="customization"
6 SHORT_DESC="Human cursor theme"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="CC-ASA"
9 WEB_SITE="https://launchpad.net/human-cursors-theme/"
10 HOST_ARCH="any"
12 TARBALL="human-cursors-theme_$VERSION.tar.gz"
13 WGET_URL="https://launchpad.net/ubuntu/+archive/primary/+files/$TARBALL"
15 BUILD_DEPENDS="python symlinks"
17 compile_rules() {
18 python -B setup.py install --prefix=/usr --root="$install" || return 1
20 rm -rf "$install/usr/lib"
21 . $stuff/symdup.sh
22 cp $stuff/index.theme $install/usr/share/icons/Human
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="libxcursor"
28 TAGS="cursor-theme"
29 }