wok view xcursor-human/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
parents 54f24b7a2dba
children
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 }