wok-next annotate 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
rev   line source
al@19814 1 # SliTaz package receipt v2.
al@17988 2
al@17988 3 PACKAGE="lxde-icon-theme"
al@17988 4 VERSION="0.5.1"
al@19126 5 CATEGORY="customization"
al@17992 6 SHORT_DESC="LXDE standard icon theme"
al@17988 7 MAINTAINER="al.bobylev@gmail.com"
al@17988 8 LICENSE="LGPL3"
al@17988 9 WEB_SITE="http://www.lxde.org/"
al@19814 10
al@17988 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@17988 12 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
al@17988 13
al@19814 14 BUILD_DEPENDS="coreutils-operations"
al@19814 15 SPLIT="lxde-icon-theme-base lxde-icon-theme"
al@17988 16
al@17988 17 # Rules to configure and make the package.
al@17988 18 compile_rules()
al@17988 19 {
al@19814 20 # http://www.linuxfromscratch.org/blfs/view/stable/x/lxde-icon-theme.html
al@17988 21 ./configure $CONFIGURE_ARGS && make && make install
al@17988 22 }
al@17988 23
al@17988 24 # Rules to gen a SliTaz package suitable for Tazpkg.
al@17988 25 genpkg_rules()
al@17988 26 {
al@19814 27 TAGS="LXDE"
al@19814 28 case $PACKAGE in
al@19814 29 *-base)
al@19814 30 copy 16x16/ 48x48/ icon.theme
al@19814 31 CAT="customization|16 and 48 sizes only"
al@19814 32 ;;
al@19814 33 *-theme)
al@19814 34 copy @std
al@19814 35 remove_already_packed
al@19814 36 DEPENDS="lxde-icon-theme-base"
al@19814 37 ;;
al@19814 38 esac
al@17988 39 }