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

Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 28 05:11:49 2018 +0200 (2018-12-28)
parents 690e7cc036d5
children 0ed3f456a542
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
al@21006 9 WEB_SITE="https://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@21020 26 make DESTDIR=$install 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 }