wok-next annotate xfce4-icon-theme/receipt @ rev 20834

prosody: interesting, requires lua 5.1, and not 5.3
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Jun 17 19:14:11 2018 +0000 (2018-06-17)
parents c3d04e304a7a
children 690e7cc036d5
rev   line source
al@20199 1 # SliTaz package receipt v2.
erjo@2073 2
erjo@2073 3 PACKAGE="xfce4-icon-theme"
erjo@2073 4 VERSION="4.4.3"
al@19126 5 CATEGORY="customization"
erjo@2073 6 SHORT_DESC="Icon theme for Xfce Desktop Environment"
erjo@2073 7 MAINTAINER="erjo@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
al@20199 9 WEB_SITE="http://www.xfce.org/"
al@20199 10
erjo@2073 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
slaxemulator@8045 12 WGET_URL="http://archive.xfce.org/src/art/$PACKAGE/${VERSION%.*}/$TARBALL"
erjo@2073 13
pascal@15579 14 BUILD_DEPENDS="intltool"
al@20199 15 SPLIT="xfce4-icon-theme-dev"
pascal@15579 16
al@20199 17 compile_rules() {
al@20534 18 ./configure $CONFIGURE_ARGS &&
al@20199 19 make &&
al@20199 20 make install
erjo@2073 21 }
erjo@2073 22
al@20199 23 genpkg_rules() {
al@20199 24 case $PACKAGE in
al@20534 25 xfce4-icon-theme) copy @std;;
al@20534 26 *-dev) copy @dev;;
al@20199 27 esac
al@20199 28 TAGS="Xfce"
erjo@2073 29 }