wok-6.x diff pnmixer/receipt @ rev 14551
thunderbird-langpack-da: Up to 17.0.6esr
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu May 23 10:08:18 2013 +0200 (2013-05-23) |
parents | |
children | 2b9f96603415 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pnmixer/receipt Thu May 23 10:08:18 2013 +0200 1.3 @@ -0,0 +1,32 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="pnmixer" 1.7 +VERSION="0.5.1" 1.8 +CATEGORY="utilities" 1.9 +SHORT_DESC="System tray sound mixer" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +WEB_SITE="https://github.com/nicklan/pnmixer/wiki" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WGET_URL="http://cloud.github.com/downloads/nicklan/$PACKAGE/$TARBALL" 1.14 + 1.15 +DEPENDS="alsa-lib atk bzlib cairo expat fontconfig freetype gcc-lib-base \ 1.16 +gdk-pixbuf glib glibc-base gtk+ libffi libgio libpng libxcb pango pixman \ 1.17 +xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \ 1.18 +xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \ 1.19 +xorg-libXrender zlib" 1.20 +BUILD_DEPENDS="automake glib-dev alsa-lib-dev gettext xorg-libX11-dev gtk+-dev" 1.21 + 1.22 +# Rules to configure and make the package. 1.23 +compile_rules() 1.24 +{ 1.25 + cp $stuff/ru.po $src/po; echo "ru" >> $src/po/LINGUAS 1.26 + sed -i 's|\(ALL_LINGUAS="de fr\)"|\1 ru"|' $src/configure.in 1.27 + cd $src 1.28 + ./autogen.sh $CONFIGURE_ARGS && make && make install 1.29 +} 1.30 + 1.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.32 +genpkg_rules() 1.33 +{ 1.34 + cp -a $install/* $fs 1.35 +}