diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-09-07 15:12:14 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-09-07 15:12:14 +0000 |
commit | 17f3e93f2d2e9d6b429c34a2c107ee4d0b7b3973 (patch) | |
tree | a5dc572b00dd5ed1d8a3bbf53249fd4352ece559 /extra/lame/PKGBUILD | |
parent | e2fb609d3af7a203357fd6ca983fef5f4dfba7eb (diff) |
Wed Sep 7 15:12:12 UTC 2011
Diffstat (limited to 'extra/lame/PKGBUILD')
-rw-r--r-- | extra/lame/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/extra/lame/PKGBUILD b/extra/lame/PKGBUILD deleted file mode 100644 index b66bb7f76..000000000 --- a/extra/lame/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# $Id: PKGBUILD 80636 2010-05-20 16:06:46Z ibiru $ -# Maintainer: Ionut Biru <ibiru@archlinux.org> -# Contributor: Hugo Doria <hugo@archlinux.org> - -pkgname=lame -pkgver=3.98.4 -pkgrel=1 -pkgdesc="An MP3 encoder and graphical frame analyzer" -arch=('i686' 'x86_64') -url="http://lame.sourceforge.net/" -depends=('ncurses') -makedepends=('nasm') -license=('LGPL') -options=('!libtool') -source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('8e9866ad6b570c6c95c8cba48060473f') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr \ - --enable-nasm \ - --enable-shared - make || return 1 - make DESTDIR="${pkgdir}" install || return 1 -} |