wok-6.x annotate xfce4-mixer/receipt @ rev 17734
dahdi-linux: save firmware as source
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 06 11:23:56 2015 +0100 (2015-03-06) |
parents | 380ffe05937a |
children | 71869f82ce0a |
rev | line source |
---|---|
erjo@4140 | 1 # SliTaz package receipt. |
erjo@4140 | 2 |
erjo@4140 | 3 PACKAGE="xfce4-mixer" |
devl547@16299 | 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" |
erjo@4140 | 10 WEB_SITE="http://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 \ |
devl547@16299 | 17 util-linux-uuid-dev libxml2-dev libunique-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 } |