wok-next annotate xfce4-mixer/receipt @ rev 21366
john: modified TARBALL
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 13 10:11:04 2020 +0100 (2020-04-13) |
parents | 5669e8b3be70 |
children |
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" |
al@21020 | 7 MAINTAINER="devel@slitaz.org" |
pascal@15000 | 8 LICENSE="GPL2" |
al@21006 | 9 WEB_SITE="https://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@21017 | 14 BUILD_DEPENDS="intltool dbus-glib-dev gst0-plugins-base-dev gtk2-dev \ |
al@20905 | 15 libunique-dev libxfce4util-dev libxfce4ui-dev xfce4-panel-dev keybinder-dev \ |
al@21078 | 16 startup-notification-dev 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@21105 | 29 DEPENDS="libcairo dbus-glib gdk-pixbuf glib gst0-plugins-base gstreamer0 gtk2 \ |
al@20905 | 30 keybinder libunique libxfce4ui libxfce4util xfce4-panel xfconf" |
al@20175 | 31 TAGS="Xfce" |
erjo@4140 | 32 } |