wok-next rev 4140
Add: xfce4-mixer
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Sep 20 13:36:21 2009 +0000 (2009-09-20) |
parents | e97114349b46 |
children | 17c8010fbf37 |
files | xfce4-mixer/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xfce4-mixer/receipt Sun Sep 20 13:36:21 2009 +0000 1.3 @@ -0,0 +1,42 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xfce4-mixer" 1.7 +VERSION="4.6.1" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Xfce Audio Mixer" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="gtk+ libxfce4util gtk+ xfconf xfce4-panel gst-plugins-base" 1.12 +BUILD_DEPENDS="gtk+-dev libxfce4util-dev libxfcegui4 xfconf-dev xfce4-panel-dev 1.13 + gst-plugins-base-dev" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 +WEB_SITE="http://www.xfce.org" 1.16 +WGET_URL="http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL 1.17 + http://www.tx-us.xfce.org/archive/xfce-$VERSION/src/$TARBALL" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + cd $src 1.23 + ./configure --prefix=/usr \ 1.24 + --infodir=/usr/share/info \ 1.25 + --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.26 + make && make DESTDIR=$PWD/_pkg install 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + mkdir -p $fs/usr \ 1.33 + $fs/usr/lib \ 1.34 + $fs/usr/share/locale 1.35 + 1.36 + 1.37 + cp -a $_pkg/usr/bin $fs/usr 1.38 + cp -a $_pkg/usr/libexec $fs/usr 1.39 + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.40 + cp -a $_pkg/usr/share/xfce4 $fs/usr/share 1.41 + cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.42 + cp -a $_pkg/usr/share/xfce4-mixer $fs/usr/share 1.43 + 1.44 + rm -rf $fs/usr/share/xfce4-mixer/icons/hicolor/scalable 1.45 +}