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

ploticus (2.42)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 18 17:19:51 2017 +0100 (2017-11-18)
parents 40fab26c175d
children 17a64e6b8783
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
14 BUILD_DEPENDS="coreutils-operations"
15 SPLIT="lxde-icon-theme-base lxde-icon-theme"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 # http://www.linuxfromscratch.org/blfs/view/stable/x/lxde-icon-theme.html
21 ./configure $CONFIGURE_ARGS && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 TAGS="LXDE"
28 case $PACKAGE in
29 *-base)
30 copy 16x16/ 48x48/ icon.theme
31 CAT="customization|16 and 48 sizes only"
32 ;;
33 *-theme)
34 copy @std
35 remove_already_packed
36 DEPENDS="lxde-icon-theme-base"
37 ;;
38 esac
39 }