wok-6.x annotate slitaz-polar-cursors/receipt @ rev 22303
updated xorgxrdp (0.2.4 -> 0.2.11)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 17:23:06 2019 +0100 (2019-11-13) |
parents | 7d6f3d121846 |
children | 3e2a0347b2f1 |
rev | line source |
---|---|
pankso@259 | 1 # SliTaz package receipt. |
pankso@259 | 2 |
pankso@259 | 3 PACKAGE="slitaz-polar-cursors" |
pankso@259 | 4 VERSION="1.0" |
al@19126 | 5 CATEGORY="customization" |
al@17510 | 6 SHORT_DESC="SliTaz cursor theme based on Polar Cursor Theme" |
pankso@259 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15579 | 8 LICENSE="GPL3" |
pankso@259 | 9 TARBALL=$PACKAGE-$VERSION.tar.gz |
pankso@259 | 10 WEB_SITE="http://www.slitaz.org/" |
pankso@259 | 11 WGET_URL="ftp://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL" |
pankso@16081 | 12 HOST_ARCH="i486 arm" |
pankso@259 | 13 |
pascal@15579 | 14 BUILD_DEPENDS="xorg-xcursorgen" |
pascal@15579 | 15 |
pankso@259 | 16 # Rules to configure and make the package. |
pankso@259 | 17 compile_rules() |
pankso@259 | 18 { |
pankso@259 | 19 cd $src/Source |
pankso@259 | 20 ./Build.sh && cd .. |
pascal@15603 | 21 mkdir -p $DESTDIR/usr/share/icons/slitaz-polar |
pascal@15603 | 22 cp index.theme $DESTDIR/usr/share/icons/slitaz-polar |
pascal@15603 | 23 cp -a Source/cursors $DESTDIR/usr/share/icons/slitaz-polar |
pankso@259 | 24 } |
pankso@259 | 25 |
pankso@259 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@259 | 27 genpkg_rules() |
pankso@259 | 28 { |
pankso@259 | 29 mkdir -p $fs/usr/share/icons |
pankso@259 | 30 cp -a stuff/default $fs/usr/share/icons |
pascal@15603 | 31 cp -a $install/* $fs |
pankso@259 | 32 chown -R root.root $fs |
pankso@259 | 33 } |
pankso@259 | 34 |