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

Check Repology info from q* to x* packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jul 14 17:43:03 2018 +0300 (2018-07-14)
parents d0308bf5ec4a
children d5aab818505e
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/"
10 REPOLOGY="-"
12 BUILD_DEPENDS="elementary-icon-theme make-slitaz-icons"
14 # Rules to compile and makethe package.
15 compile_rules() {
16 mksit.sh \
17 -f /usr/share/icons/elementary \
18 -t $install/usr/share/icons/SliTaz-Elementary \
19 -opmax
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -r $install/* $fs
26 }