wok view xcursor-human/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
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 }