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

ARM: add tk (so we may have Python IDLE)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 15:29:12 2014 +0200 (2014-04-23)
parents 051931e905b0
children 7d6f3d121846
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-polar-cursors"
4 VERSION="1.0"
5 CATEGORY="x-window"
6 SHORT_DESC="SliTaz Freedesktop menus."
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 }