wok-next view slitaz-polar-cursors/receipt @ rev 20443
The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Feb 24 16:17:33 2018 +0200 (2018-02-24) |
parents | 7d6f3d121846 |
children | c4e53a39395a |
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 }