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

freetype: return freetype-config back
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 11:44:50 2018 +0300 (2018-08-21)
parents e44a1a92452b
children d5aab818505e
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 # Rules to compile and make the package.
15 compile_rules() {
16 to="$install/usr/share/icons/SliTaz-Paper"
17 mkdir -p $to
18 cp -r $stuff/22x22 $to
20 mksit.sh \
21 -f /usr/share/icons/Paper \
22 -t $to \
23 -opmax
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -r $install/* $fs
30 }