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

sakura -> sakura-gtk2; vte -> vte-gtk2; add sakura, vte; up gtk-engines, lxde, wpa_supplicant.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 25 15:45:11 2017 +0300 (2017-08-25)
parents 1a7f0416f9b1
children e44a1a92452b
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/"
11 BUILD_DEPENDS="paper-icon-theme make-slitaz-icons"
13 # Rules to compile and make the package.
14 compile_rules() {
15 mksit.sh \
16 -f /usr/share/icons/Paper \
17 -t $install/usr/share/icons/SliTaz-Paper \
18 -opmax
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 cp -r $install/* $fs
25 }