wok-next view xfce4-mixer/receipt @ rev 20533

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
parents 016c8d2f8b37
children 757d032c55c7
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xfce4-mixer"
4 VERSION="4.11.0"
5 CATEGORY="sound"
6 SHORT_DESC="Xfce audio mixer"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.xfce.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="intltool dbus-glib-dev gst0-plugins-base-dev gtk+-dev \
15 libunique-dev libxfce4util-dev libxfce4ui-dev xfce4-panel-dev libkeybinder-dev \
16 startup-notification-dev xorg-xcb-util-dev"
17 SPLIT="xfce4-mixer-dev"
19 compile_rules() {
20 fix ld
21 ./configure \
22 --sysconfdir=/etc \
23 --localstatedir=/var \
24 --disable-debug \
25 $CONFIGURE_ARGS &&
26 fix libtool &&
27 make &&
28 make install
29 }
31 genpkg_rules() {
32 case $PACKAGE in
33 xfce4-mixer)
34 copy @std
35 DEPENDS="cairo dbus-glib gdk-pixbuf glib gst0-plugins-base \
36 gstreamer0 gtk+ libkeybinder libunique libxfce4ui libxfce4util \
37 xfce4-panel xfconf"
38 ;;
39 *-dev)
40 copy @dev
41 ;;
42 esac
43 TAGS="Xfce"
44 }