wok-next annotate mate-themes/receipt @ rev 20534

Clean default configure options when site script used.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 19:31:50 2018 +0300 (2018-03-30)
parents 65c0fe17f3b9
children 9102678083fb
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@18500 2
yuripourre@18500 3 PACKAGE="mate-themes"
al@20096 4 VERSION="3.22.14"
al@19126 5 CATEGORY="customization"
al@20096 6 SHORT_DESC="Official themes for the MATE desktop"
yuripourre@18500 7 MAINTAINER="yuripourre@gmail.com"
al@20096 8 LICENSE="LGPL2.1"
al@20096 9 WEB_SITE="https://github.com/mate-desktop/mate-themes"
al@20096 10
yuripourre@18500 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20096 12 WGET_URL="https://github.com/mate-desktop/mate-themes/archive/v$VERSION.tar.gz"
yuripourre@18500 13
al@20096 14 BUILD_DEPENDS="mate-common gtk+-dev"
yuripourre@18500 15
al@20096 16 compile_rules() {
al@20096 17 ./autogen.sh \
yuripourre@18500 18 $CONFIGURE_ARGS &&
yuripourre@18500 19 make &&
al@20096 20 make install || return 1
al@20096 21
al@20096 22 # remove empty folder structure
al@20534 23 rm -r $install/usr/share/locale/
yuripourre@18500 24 }
yuripourre@18500 25
al@20096 26 genpkg_rules() {
al@20096 27 copy @std
al@20096 28 SUGGESTED="gtk2-engine-murrine gtk+3"
yuripourre@18500 29 }