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

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
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 }