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

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
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 }