wok diff xcursor-human/receipt @ rev 18180

busybox: add /bin/ip
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 05 16:27:51 2015 +0200 (2015-07-05)
parents
children 40fab26c175d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xcursor-human/receipt	Sun Jul 05 16:27:51 2015 +0200
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xcursor-human"
     1.7 +VERSION="0.6"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Human cursor theme"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="CC-ASA"
    1.12 +WEB_SITE="https://launchpad.net/human-cursors-theme/"
    1.13 +TARBALL="human-cursors-theme_$VERSION.tar.gz"
    1.14 +WGET_URL="https://launchpad.net/ubuntu/+archive/primary/+files/$TARBALL"
    1.15 +TAGS="cursor-theme"
    1.16 +
    1.17 +DEPENDS="xorg-libXcursor"
    1.18 +BUILD_DEPENDS="wget cacerts python symlinks"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	python setup.py install --prefix=/usr --root="$install" --optimize=1
    1.24 +	rm -rf "$install/usr/lib"
    1.25 +	. $stuff/symdup.sh
    1.26 +}
    1.27 +
    1.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	cp -a $install/* $fs
    1.32 +	rm -r $fs/usr/share/themes
    1.33 +	cp $stuff/index.theme $fs/usr/share/icons/Human
    1.34 +}