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

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents 40fab26c175d
children d0308bf5ec4a
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-icons-elementary"
4 VERSION="4.0.2"
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 WANTED="elementary-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/elementary \
18 -t $fs/usr/share/icons/SliTaz-Elementary \
19 -opmax -nocolor
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 :
26 }