wok view slitaz-polar-cursors/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 7d6f3d121846
children 3e2a0347b2f1
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-polar-cursors"
4 VERSION="1.0"
5 CATEGORY="customization"
6 SHORT_DESC="SliTaz cursor theme based on Polar Cursor Theme"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL=$PACKAGE-$VERSION.tar.gz
10 WEB_SITE="http://www.slitaz.org/"
11 WGET_URL="ftp://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL"
12 HOST_ARCH="i486 arm"
14 BUILD_DEPENDS="xorg-xcursorgen"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src/Source
20 ./Build.sh && cd ..
21 mkdir -p $DESTDIR/usr/share/icons/slitaz-polar
22 cp index.theme $DESTDIR/usr/share/icons/slitaz-polar
23 cp -a Source/cursors $DESTDIR/usr/share/icons/slitaz-polar
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/share/icons
30 cp -a stuff/default $fs/usr/share/icons
31 cp -a $install/* $fs
32 chown -R root.root $fs
33 }