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

Add: gcr, oniguruma; remove: nano-doc; up: apr, fribidi, jasper, libgphoto2, libmtp, libunique, libwebp, nano, pcre, apr, apr-util, aspell*, glib-networking, gnutls, gsettings-desktop-schemas, gtk+, gtk+3, gvfs*, libexif, libfm, libgnutls, libmng, libraw, libsoup, libtasn1, libusb, libwebp, lxmenu-data, menu-cache, mysql, newt, p11-kit, pcre, popt, postgresql, slang, which
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 21 14:48:05 2017 +0300 (2017-04-21)
parents 54f24b7a2dba
children 937bd624f2ab
line source
1 # SliTaz package receipt.
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 TARBALL="human-cursors-theme_$VERSION.tar.gz"
11 WGET_URL="https://launchpad.net/ubuntu/+archive/primary/+files/$TARBALL"
12 TAGS="cursor-theme"
14 DEPENDS="xorg-libXcursor"
15 BUILD_DEPENDS="wget cacerts python symlinks"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py install --prefix=/usr --root="$install" --optimize=1
21 rm -rf "$install/usr/lib"
22 . $stuff/symdup.sh
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 rm -r $fs/usr/share/themes
30 cp $stuff/index.theme $fs/usr/share/icons/Human
31 }