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

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }