lame: rebuilt for multimedia group

This commit is contained in:
Neofytos Kolokotronis 2016-01-19 20:05:24 +01:00
parent 05d212b77e
commit c818e84412

View File

@ -1,13 +1,10 @@
# Maintainer: Neophytos Kolokotronis <tetris4@gmail.com> # Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/lame
# Contributors from Arch: Ray Rashif <schiv@archlinux.org>
# Ionut Biru <ibiru@archlinux.org>
# Hugo Doria <hugo@archlinux.org>
pkgname=lame pkgname=lame
pkgver=3.99.5 pkgver=3.99.5
pkgrel=1 pkgrel=2
pkgdesc="A high quality MPEG Audio Layer III (MP3) encoder" pkgdesc="A high quality MPEG Audio Layer III (MP3) encoder"
arch=('i686' 'x86_64') arch=('x86_64')
url="http://lame.sourceforge.net/" url="http://lame.sourceforge.net/"
depends=('ncurses') depends=('ncurses')
makedepends=('nasm') makedepends=('nasm')
@ -30,5 +27,3 @@ package() {
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
} }
# vim:set ts=2 sw=2 et: