wok annotate pnmixer/receipt @ rev 13996

virtualbox-ose: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 12 21:37:50 2013 +0100 (2013-02-12)
parents
children 2b9f96603415
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"
al@13649 8 WEB_SITE="https://github.com/nicklan/pnmixer/wiki"
al@13649 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@13649 10 WGET_URL="http://cloud.github.com/downloads/nicklan/$PACKAGE/$TARBALL"
al@13649 11
al@13649 12 DEPENDS="alsa-lib atk bzlib cairo expat fontconfig freetype gcc-lib-base \
al@13649 13 gdk-pixbuf glib glibc-base gtk+ libffi libgio libpng libxcb pango pixman \
al@13649 14 xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \
al@13649 15 xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \
al@13649 16 xorg-libXrender zlib"
al@13649 17 BUILD_DEPENDS="automake glib-dev alsa-lib-dev gettext xorg-libX11-dev gtk+-dev"
al@13649 18
al@13649 19 # Rules to configure and make the package.
al@13649 20 compile_rules()
al@13649 21 {
al@13649 22 cp $stuff/ru.po $src/po; echo "ru" >> $src/po/LINGUAS
al@13649 23 sed -i 's|\(ALL_LINGUAS="de fr\)"|\1 ru"|' $src/configure.in
al@13649 24 cd $src
al@13649 25 ./autogen.sh $CONFIGURE_ARGS && make && make install
al@13649 26 }
al@13649 27
al@13649 28 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13649 29 genpkg_rules()
al@13649 30 {
al@13649 31 cp -a $install/* $fs
al@13649 32 }