wok view xfce4-mixer/receipt @ rev 10439

Add: sylpheed-full (with GPG, splell and ldap support)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 25 01:32:05 2011 +0200 (2011-05-25)
parents 839dc23905e0
children 73641efed1cc
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4-mixer"
4 VERSION="4.8.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce Audio Mixer"
7 MAINTAINER="erjo@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.xfce.org"
10 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
12 DEPENDS="gtk+ libxfce4util gtk+ xfconf xfce4-panel gst-plugins-base startup-notification
13 util-linux-ng-uuid"
14 BUILD_DEPENDS="gtk+-dev libxfce4util-dev xfconf-dev xfce4-panel-dev
15 gst-plugins-base-dev intltool libxfce4ui-dev gstreamer-dev startup-notification-dev \
16 util-linux-ng-uuid-dev "
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 ./configure --prefix=/usr \
23 --libexecdir=/usr/lib/$PACKAGE $CONFIGURE_ARGS && \
24 make && make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr \
31 $fs/usr/lib \
32 $fs/usr/share/locale
35 cp -a $_pkg/usr/bin $fs/usr
36 cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib
37 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
38 cp -a $_pkg/usr/share/xfce4 $fs/usr/share
39 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
40 cp -a $_pkg/usr/share/xfce4-mixer $fs/usr/share
42 rm -rf $fs/usr/share/xfce4-mixer/icons/hicolor/scalable
44 # Strip evrythings
45 find $fs/usr/lib/ -exec strip -s {} 2> /dev/null \;
46 }