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

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 5669e8b3be70
children
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://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 gtk2-dev \
15 libunique-dev libxfce4util-dev libxfce4ui-dev xfce4-panel-dev keybinder-dev \
16 startup-notification-dev xcb-util-dev"
18 compile_rules() {
19 ./configure \
20 --disable-debug \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="libcairo dbus-glib gdk-pixbuf glib gst0-plugins-base gstreamer0 gtk2 \
30 keybinder libunique libxfce4ui libxfce4util xfce4-panel xfconf"
31 TAGS="Xfce"
32 }