wok view slitaz-icons-paper/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents
children c265f9cf4b14
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-icons-paper"
4 VERSION="1.3.4"
5 CATEGORY="customization"
6 SHORT_DESC="SliTaz icon set based on the Paper icons"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="CC-BY-SA-4"
9 WEB_SITE="http://www.slitaz.org/"
11 WANTED="paper-icon-theme"
12 BUILD_DEPENDS="make-slitaz-icons"
14 # Rules to compile and makethe package.
15 compile_rules() {
16 mksit.sh \
17 -f $install/usr/share/icons/Paper \
18 -t $fs/usr/share/icons/SliTaz-Paper \
19 -opmax -nocolor
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 :
26 }