wok annotate pnmixer/receipt @ rev 15416

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