wok-next annotate slitaz-icons-tango/receipt @ rev 20996

Move fonts-liberation*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 04 16:01:47 2018 +0300 (2018-10-04)
parents 4396aed7eb01
children
rev   line source
al@20464 1 # SliTaz package receipt v2.
al@18029 2
al@18029 3 PACKAGE="slitaz-icons-tango"
al@18029 4 VERSION="0.8.90"
al@19126 5 CATEGORY="customization"
al@18029 6 SHORT_DESC="SliTaz icon set based on the Tango icons"
al@18029 7 MAINTAINER="al.bobylev@gmail.com"
al@18029 8 LICENSE="PublicDomain"
al@18029 9 WEB_SITE="http://www.slitaz.org/"
al@20888 10 REPOLOGY="-"
al@18029 11
al@20464 12 BUILD_DEPENDS="tango-icon-theme make-slitaz-icons"
al@18029 13
al@18029 14 compile_rules() {
al@18029 15 mksit.sh \
al@20464 16 -f /usr/share/icons/Tango \
al@20464 17 -t $install/usr/share/icons/SliTaz-Tango \
al@18029 18 -opmax -nocolor
al@18029 19 }
al@18029 20
al@20464 21 genpkg_rules() {
al@20464 22 copy @std
al@18029 23 }