wok-next view slitaz-icons-nuovext/receipt @ rev 20486

outguess: fix install path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 12 10:46:52 2018 +0100 (2018-03-12)
parents 40fab26c175d
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slitaz-icons-nuovext"
4 VERSION="0.5.1"
5 CATEGORY="customization"
6 SHORT_DESC="SliTaz icon set based on the nuoveXT2 icons"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
11 BUILD_DEPENDS="lxde-icon-theme make-slitaz-icons"
13 compile_rules() {
14 mksit.sh \
15 -f /usr/share/icons/nuoveXT2 \
16 -t $install/usr/share/icons/SliTaz-nuoveXT2 \
17 -opmax -nocolor
18 }
20 genpkg_rules() {
21 copy @std
22 }