wok annotate xcursor-human/receipt @ rev 20632
linld: 32 bits lseeks for tazboot
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 05 17:23:23 2019 +0100 (2019-01-05) |
parents | 54f24b7a2dba |
children |
rev | line source |
---|---|
al@18055 | 1 # SliTaz package receipt. |
al@18055 | 2 |
al@18055 | 3 PACKAGE="xcursor-human" |
al@18055 | 4 VERSION="0.6" |
al@19126 | 5 CATEGORY="customization" |
al@18055 | 6 SHORT_DESC="Human cursor theme" |
al@18055 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@18055 | 8 LICENSE="CC-ASA" |
al@18055 | 9 WEB_SITE="https://launchpad.net/human-cursors-theme/" |
al@18055 | 10 TARBALL="human-cursors-theme_$VERSION.tar.gz" |
al@18055 | 11 WGET_URL="https://launchpad.net/ubuntu/+archive/primary/+files/$TARBALL" |
al@18055 | 12 TAGS="cursor-theme" |
al@18055 | 13 |
al@18055 | 14 DEPENDS="xorg-libXcursor" |
al@18055 | 15 BUILD_DEPENDS="wget cacerts python symlinks" |
al@18055 | 16 |
al@18055 | 17 # Rules to configure and make the package. |
al@18055 | 18 compile_rules() |
al@18055 | 19 { |
al@18055 | 20 python setup.py install --prefix=/usr --root="$install" --optimize=1 |
al@18055 | 21 rm -rf "$install/usr/lib" |
al@18055 | 22 . $stuff/symdup.sh |
al@18055 | 23 } |
al@18055 | 24 |
al@18055 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@18055 | 26 genpkg_rules() |
al@18055 | 27 { |
al@18055 | 28 cp -a $install/* $fs |
al@18055 | 29 rm -r $fs/usr/share/themes |
al@18055 | 30 cp $stuff/index.theme $fs/usr/share/icons/Human |
al@18055 | 31 } |