wok-next view slitaz-icons-elementary/receipt @ rev 21107
Restore Perl modules removed accidentally in commit 19709
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Jan 07 11:16:02 2019 +0200 (2019-01-07) |
parents | cd7906120828 |
children |
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 compile_rules() {
15 mksit.sh \
16 -f /usr/share/icons/elementary \
17 -t $install/usr/share/icons/SliTaz-Elementary \
18 -opmax
19 }
21 genpkg_rules() {
22 cp -r $install/* $fs
23 }