wok-next annotate slitaz-icons-nuovext/receipt @ rev 21323

lcdnurse: added build dependency wxWidgets28
author Hans-G?nter Theisgen
date Wed Dec 11 14:19:01 2019 +0100 (2019-12-11)
parents 4396aed7eb01
children
rev   line source
al@20464 1 # SliTaz package receipt v2.
al@17988 2
al@17988 3 PACKAGE="slitaz-icons-nuovext"
pascal@17993 4 VERSION="0.5.1"
al@19126 5 CATEGORY="customization"
al@17988 6 SHORT_DESC="SliTaz icon set based on the nuoveXT2 icons"
al@17988 7 MAINTAINER="al.bobylev@gmail.com"
al@17988 8 LICENSE="GPL3"
al@17988 9 WEB_SITE="http://www.slitaz.org/"
al@20888 10 REPOLOGY="-"
al@17988 11
al@20464 12 BUILD_DEPENDS="lxde-icon-theme make-slitaz-icons"
al@17988 13
al@17988 14 compile_rules() {
al@17988 15 mksit.sh \
al@20464 16 -f /usr/share/icons/nuoveXT2 \
al@20464 17 -t $install/usr/share/icons/SliTaz-nuoveXT2 \
al@17988 18 -opmax -nocolor
al@17988 19 }
al@17988 20
al@20464 21 genpkg_rules() {
al@20464 22 copy @std
al@17988 23 }