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

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
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="https://lxde.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/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="$PACKAGE-base $PACKAGE"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 TAGS="LXDE"
26 case $PACKAGE in
27 *-base)
28 copy 16x16/ 48x48/ icon.theme
29 CAT="customization|16 and 48 sizes only"
30 DEPENDS="hicolor-icon-theme"
31 ;;
32 *-theme)
33 copy @std @rm
34 DEPENDS="lxde-icon-theme-base"
35 ;;
36 esac
37 }