SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "xcursor-human"

# SliTaz package receipt.

PACKAGE="xcursor-human"
VERSION="0.6"
CATEGORY="customization"
SHORT_DESC="Human cursor theme"
MAINTAINER="al.bobylev@gmail.com"
LICENSE="CC-ASA"
WEB_SITE="https://launchpad.net/human-cursors-theme/"
TARBALL="human-cursors-theme_$VERSION.tar.gz"
WGET_URL="https://launchpad.net/ubuntu/+archive/primary/+files/$TARBALL"
TAGS="cursor-theme"

DEPENDS="xorg-libXcursor"
BUILD_DEPENDS="wget cacerts python symlinks"

# Rules to configure and make the package.
compile_rules()
{
    python setup.py install --prefix=/usr --root="$install" --optimize=1
    rm -rf "$install/usr/lib"
    . $stuff/symdup.sh
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/* $fs
    rm -r $fs/usr/share/themes
    cp $stuff/index.theme $fs/usr/share/icons/Human
}
6047 packages and 209931 files in current database (Mon Jul 1 15:25:36 2024)