wok-next annotate xfce-utils/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 36be6a8ba3dc
children 10df65db91ad
rev   line source
al@20534 1 # SliTaz package receipt v2.
erjo@2074 2
erjo@2074 3 PACKAGE="xfce-utils"
devl547@16294 4 VERSION="4.8.3"
erjo@2074 5 CATEGORY="x-window"
erjo@2074 6 SHORT_DESC="Xfce utilities"
erjo@2074 7 MAINTAINER="erjo@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
al@20534 9 WEB_SITE="http://www.xfce.org"
al@20534 10
erjo@2074 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
slaxemulator@8289 12 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
erjo@2074 13
erjo@9869 14 BUILD_DEPENDS="libxfce4util-dev libxfce4ui-dev intltool startup-notification-dev \
al@20534 15 util-linux-uuid-dev dbus-glib-dev"
erjo@9869 16
al@20534 17 compile_rules() {
al@20534 18 ./configure \
erjo@2074 19 --enable-dbus \
erjo@2074 20 --disable-debug \
erjo@8020 21 --with-browser=browser \
al@20534 22 --with-terminal=xterm \
al@20534 23 $CONFIGURE_ARGS &&
al@20534 24 make &&
al@20534 25 make DESTDIR=$DESTDIR install
erjo@2074 26 }
erjo@2074 27
al@20534 28 genpkg_rules() {
al@20534 29 copy @std
al@20534 30 DEPENDS="libxfce4util libxfce4ui startup-notification dbus-glib"
erjo@2074 31 }