wok-next view xfce4-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 690e7cc036d5
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xfce4-icon-theme"
4 VERSION="4.4.3"
5 CATEGORY="customization"
6 SHORT_DESC="Icon theme for Xfce Desktop Environment"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.xfce.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://archive.xfce.org/src/art/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="intltool"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 xfce4-icon-theme) copy @std;;
26 *-dev) copy @dev;;
27 esac
28 TAGS="Xfce"
29 }