wok-next view slitaz-icons-elementary/receipt @ rev 20460

Tiny edits
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 03 17:38:00 2018 +0200 (2018-03-03)
parents f7b535cbbf60
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slitaz-icons-elementary"
4 VERSION="4.2.0"
5 CATEGORY="customization"
6 SHORT_DESC="SliTaz icon set based on the elementary icons"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
11 BUILD_DEPENDS="elementary-icon-theme make-slitaz-icons"
13 # Rules to compile and makethe package.
14 compile_rules() {
15 mksit.sh \
16 -f /usr/share/icons/elementary \
17 -t $install/usr/share/icons/SliTaz-Elementary \
18 -opmax
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 cp -r $install/* $fs
25 }