wok-next view slitaz-icons-paper/receipt @ rev 21613

updated eboard (1.1.1 -> 1.1.3)
author Hans-G?nter Theisgen
date Thu Jun 25 10:33:28 2020 +0100 (2020-06-25)
parents cd7906120828
children
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-icons-paper"
4 VERSION="1.4.0.28"
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/"
10 REPOLOGY="-"
12 BUILD_DEPENDS="paper-icon-theme make-slitaz-icons"
14 compile_rules() {
15 to="$install/usr/share/icons/SliTaz-Paper"
16 mkdir -p $to
17 cp -r $stuff/22x22 $to
19 mksit.sh \
20 -f /usr/share/icons/Paper \
21 -t $to \
22 -opmax
23 }
25 genpkg_rules() {
26 cp -r $install/* $fs
27 }