wok-current annotate xfce4-mixer/receipt @ rev 23468
updated python-caldav (0.1.12 -> 0.6.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 05 09:14:31 2020 +0100 (2020-04-05) |
parents | 251c25e029b0 |
children | 17091bc7c301 |
rev | line source |
---|---|
erjo@4140 | 1 # SliTaz package receipt. |
erjo@4140 | 2 |
erjo@4140 | 3 PACKAGE="xfce4-mixer" |
erkan@22420 | 4 VERSION="4.10.0" |
erjo@4140 | 5 CATEGORY="x-window" |
erjo@4140 | 6 SHORT_DESC="Xfce Audio Mixer" |
erjo@4140 | 7 MAINTAINER="erjo@slitaz.org" |
pascal@15000 | 8 LICENSE="GPL2" |
erjo@4140 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@20671 | 10 WEB_SITE="https://www.xfce.org" |
slaxemulator@8045 | 11 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" |
erjo@4140 | 12 |
erjo@9989 | 13 DEPENDS="gtk+ libxfce4util gtk+ xfconf xfce4-panel gst-plugins-base startup-notification |
devl547@16299 | 14 util-linux-uuid libunique" |
erjo@9989 | 15 BUILD_DEPENDS="gtk+-dev libxfce4util-dev xfconf-dev xfce4-panel-dev |
erjo@9989 | 16 gst-plugins-base-dev intltool libxfce4ui-dev gstreamer-dev startup-notification-dev \ |
pascal@19753 | 17 util-linux-uuid-dev libxml2-dev libunique-dev xcb-util-dev" |
erjo@9989 | 18 |
erjo@4140 | 19 # Rules to configure and make the package. |
erjo@4140 | 20 compile_rules() |
erjo@4140 | 21 { |
erjo@4140 | 22 cd $src |
erjo@4140 | 23 ./configure --prefix=/usr \ |
erjo@9989 | 24 --libexecdir=/usr/lib/$PACKAGE $CONFIGURE_ARGS && \ |
erjo@9989 | 25 make && make DESTDIR=$DESTDIR install |
erjo@4140 | 26 } |
erjo@4140 | 27 |
erjo@4140 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@4140 | 29 genpkg_rules() |
erjo@4140 | 30 { |
devl547@16299 | 31 mkdir -p $fs/usr/share/locale |
erjo@4140 | 32 |
pascal@15000 | 33 cp -a $install/usr/bin $fs/usr |
devl547@16299 | 34 cp -a $install/usr/lib $fs/usr |
pascal@15000 | 35 cp -a $install/usr/share/xfce4 $fs/usr/share |
pascal@15000 | 36 cp -a $install/usr/share/pixmaps $fs/usr/share |
pascal@15000 | 37 cp -a $install/usr/share/xfce4-mixer $fs/usr/share |
erjo@4140 | 38 |
erjo@4140 | 39 rm -rf $fs/usr/share/xfce4-mixer/icons/hicolor/scalable |
erjo@4875 | 40 |
devl547@16299 | 41 # Strip everything |
erjo@4875 | 42 find $fs/usr/lib/ -exec strip -s {} 2> /dev/null \; |
erjo@4140 | 43 } |