wok-next annotate lxde-icon-theme/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
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@21033 9 WEB_SITE="https://lxde.org/"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/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@21020 16 SPLIT="$PACKAGE-base $PACKAGE"
al@17988 17
al@20409 18 compile_rules() {
al@21020 19 ./configure $CONFIGURE_ARGS &&
al@21020 20 make &&
al@21020 21 make install
al@17988 22 }
al@17988 23
al@20409 24 genpkg_rules() {
al@19814 25 TAGS="LXDE"
al@19814 26 case $PACKAGE in
al@19814 27 *-base)
al@19814 28 copy 16x16/ 48x48/ icon.theme
al@19814 29 CAT="customization|16 and 48 sizes only"
al@20409 30 DEPENDS="hicolor-icon-theme"
al@19814 31 ;;
al@19814 32 *-theme)
al@20409 33 copy @std @rm
al@19814 34 DEPENDS="lxde-icon-theme-base"
al@19814 35 ;;
al@19814 36 esac
al@17988 37 }