wok-next annotate xfce-utils/receipt @ rev 20715

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents 757d032c55c7
children 690e7cc036d5
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@20604 24 fix libtool &&
al@20534 25 make &&
al@20534 26 make DESTDIR=$DESTDIR install
erjo@2074 27 }
erjo@2074 28
al@20534 29 genpkg_rules() {
al@20534 30 copy @std
al@20534 31 DEPENDS="libxfce4util libxfce4ui startup-notification dbus-glib"
erjo@2074 32 }