wok view pnmixer/receipt @ rev 18083

Add mate-session-manager
author Yuri Pourre <yuripourre@gmail.com>
date Fri May 22 18:45:00 2015 -0300 (2015-05-22)
parents 4af76cfb62c4
children befd7b264752
line source
1 # SliTaz package receipt.
3 PACKAGE="pnmixer"
4 VERSION="0.5.1"
5 CATEGORY="utilities"
6 SHORT_DESC="System tray sound mixer"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/nicklan/pnmixer/wiki"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://cloud.github.com/downloads/nicklan/$PACKAGE/$TARBALL"
13 DEPENDS="alsa-lib atk bzlib cairo expat fontconfig freetype gcc-lib-base \
14 gdk-pixbuf glib glibc-base gtk+ libffi libgio libpng libxcb pango pixman \
15 xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \
16 xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \
17 xorg-libXrender zlib"
18 BUILD_DEPENDS="automake glib-dev alsa-lib-dev gettext xorg-libX11-dev gtk+-dev"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 cp $stuff/ru.po $src/po; echo "ru" >> $src/po/LINGUAS
24 sed -i 's|\(ALL_LINGUAS="de fr\)"|\1 ru"|' $src/configure.in
25 cd $src
26 ./autogen.sh $CONFIGURE_ARGS && make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cp -a $install/* $fs
33 }