wok-next annotate 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
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@20409 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/lxde-icon-theme.html"
al@19814 11
al@17988 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@17988 13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
al@17988 14
al@19814 15 BUILD_DEPENDS="coreutils-operations"
al@19814 16 SPLIT="lxde-icon-theme-base lxde-icon-theme"
al@17988 17
al@20409 18 compile_rules() {
al@17988 19 ./configure $CONFIGURE_ARGS && make && make install
al@17988 20 }
al@17988 21
al@20409 22 genpkg_rules() {
al@19814 23 TAGS="LXDE"
al@19814 24 case $PACKAGE in
al@19814 25 *-base)
al@19814 26 copy 16x16/ 48x48/ icon.theme
al@19814 27 CAT="customization|16 and 48 sizes only"
al@20409 28 DEPENDS="hicolor-icon-theme"
al@19814 29 ;;
al@19814 30 *-theme)
al@20409 31 copy @std @rm
al@19814 32 DEPENDS="lxde-icon-theme-base"
al@19814 33 ;;
al@19814 34 esac
al@17988 35 }