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

vlc: receipt v2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 01 11:06:02 2017 +0100 (2017-11-01)
parents 40fab26c175d
children d5aab818505e
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/"
11 TARBALL="human-cursors-theme_$VERSION.tar.gz"
12 WGET_URL="https://launchpad.net/ubuntu/+archive/primary/+files/$TARBALL"
14 BUILD_DEPENDS="python symlinks"
16 compile_rules() {
17 python setup.py install --prefix=/usr --root="$install" --optimize=1
18 rm -rf "$install/usr/lib"
19 . $stuff/symdup.sh
20 cp $stuff/index.theme $install/usr/share/icons/Human
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="xorg-libXcursor"
26 TAGS="cursor-theme"
27 }