Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c76af01616c730eab5ad809355456351d95bc739
commit c76af01616c730eab5ad809355456351d95bc739 Author: Devil505 <[email protected]> Date: Tue Aug 4 08:12:50 2009 +0200 mpc123-0.2.4-1-x86_64 * new package diff --git a/source/multimedia-extra/mpc123/FrugalBuild b/source/multimedia-extra/mpc123/FrugalBuild new file mode 100644 index 0000000..4d4f1bf --- /dev/null +++ b/source/multimedia-extra/mpc123/FrugalBuild @@ -0,0 +1,20 @@ +# Compiling Time: 0.01 SBU +# Maintainer: Devil505 <[email protected]> + +pkgname=mpc123 +pkgver=0.2.4 +pkgrel=1 +pkgdesc="Musepack console audio player - is a command-line player for the Musepack audio compression format." +Finclude sourceforge +depends=('libao' 'libmpcdec') +groups=('multimedia-extra') +archs=('i686' 'x86_64') +sha1sums=('7189bddd1bf283f53400fca243b29116e0edc856') + +build() { + Fcd + Fmake + Fexerel $pkgname usr/bin/$pkgname +} + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
