wok-next view lxde-icon-theme/receipt @ rev 20889

Check Repology info from y* to z* packages: complete
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 15 10:27:39 2018 +0300 (2018-07-15)
parents aef69ec23a2f
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lxde-icon-theme"
4 VERSION="0.5.1"
5 CATEGORY="customization"
6 SHORT_DESC="LXDE standard icon theme"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL3"
9 WEB_SITE="http://www.lxde.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/lxde-icon-theme.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
15 BUILD_DEPENDS="coreutils-operations"
16 SPLIT="lxde-icon-theme-base lxde-icon-theme"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 genpkg_rules() {
23 TAGS="LXDE"
24 case $PACKAGE in
25 *-base)
26 copy 16x16/ 48x48/ icon.theme
27 CAT="customization|16 and 48 sizes only"
28 DEPENDS="hicolor-icon-theme"
29 ;;
30 *-theme)
31 copy @std @rm
32 DEPENDS="lxde-icon-theme-base"
33 ;;
34 esac
35 }