wok-next annotate xfce4-mixer/receipt @ rev 20841

p11-kit: configure asks for glib2
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 20 08:39:52 2018 +0000 (2018-06-20)
parents 757d032c55c7
children e7a485521d6a
rev   line source
al@20175 1 # SliTaz package receipt v2.
erjo@4140 2
erjo@4140 3 PACKAGE="xfce4-mixer"
al@20175 4 VERSION="4.11.0"
al@20175 5 CATEGORY="sound"
al@20175 6 SHORT_DESC="Xfce audio mixer"
erjo@4140 7 MAINTAINER="erjo@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@20175 9 WEB_SITE="http://www.xfce.org/"
al@20175 10
erjo@4140 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
slaxemulator@8045 12 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
erjo@4140 13
al@20175 14 BUILD_DEPENDS="intltool dbus-glib-dev gst0-plugins-base-dev gtk+-dev \
al@20496 15 libunique-dev libxfce4util-dev libxfce4ui-dev xfce4-panel-dev libkeybinder-dev \
al@20496 16 startup-notification-dev xorg-xcb-util-dev"
al@20175 17
al@20175 18 compile_rules() {
al@20175 19 ./configure \
al@20175 20 --disable-debug \
al@20175 21 $CONFIGURE_ARGS &&
al@20496 22 fix libtool &&
al@20175 23 make &&
al@20175 24 make install
erjo@4140 25 }
erjo@4140 26
al@20175 27 genpkg_rules() {
al@20568 28 copy @std
al@20568 29 DEPENDS="cairo dbus-glib gdk-pixbuf glib gst0-plugins-base gstreamer0 gtk+ \
al@20568 30 libkeybinder libunique libxfce4ui libxfce4util xfce4-panel xfconf"
al@20175 31 TAGS="Xfce"
erjo@4140 32 }