wok-next annotate slitaz-polar-cursors/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 5669e8b3be70
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15579 8 LICENSE="GPL3"
al@20888 9 WEB_SITE="http://www.slitaz.org/"
al@21082 10 HOST_ARCH="any"
al@20888 11 REPOLOGY="-"
al@20888 12
pankso@259 13 TARBALL=$PACKAGE-$VERSION.tar.gz
pankso@259 14 WGET_URL="ftp://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL"
pankso@259 15
al@21078 16 BUILD_DEPENDS="xcursorgen"
pascal@15579 17
al@21020 18 compile_rules() {
pankso@259 19 cd $src/Source
pankso@259 20 ./Build.sh && cd ..
al@21020 21 mkdir -p $install/usr/share/icons/slitaz-polar
al@21020 22 cp index.theme $install/usr/share/icons/slitaz-polar
al@21020 23 cp -a Source/cursors $install/usr/share/icons/slitaz-polar
pankso@259 24 }
pankso@259 25
al@21020 26 genpkg_rules() {
pankso@259 27 mkdir -p $fs/usr/share/icons
al@21020 28 cp -a $stuff/default $fs/usr/share/icons
pascal@15603 29 cp -a $install/* $fs
pankso@259 30 chown -R root.root $fs
pankso@259 31 }