mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
removed mpg123-arm: configures by default on v5 for arm_nofpu
This commit is contained in:
parent
c9e3724dce
commit
ecff8fae57
1 changed files with 0 additions and 34 deletions
|
@ -1,34 +0,0 @@
|
|||
# Maintainer: Kai Uwe Jesussek <kajot@gmx.net>
|
||||
|
||||
plugrel=1
|
||||
pkgname=mpg123-arm
|
||||
_pkgname=mpg123
|
||||
pkgver=1.13.3
|
||||
pkgrel=1
|
||||
pkgdesc="A console-based real-time MPEG-1/2/3 audio player (integer only)"
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
url="http://www.mpg123.org/"
|
||||
license=('GPL2' 'LGPL2')
|
||||
|
||||
makedepends=('sdl')
|
||||
optdepends=('alsa-lib: For additional audio support'
|
||||
'sdl: For additional audio support')
|
||||
|
||||
provides=("mpg123=$pkgver")
|
||||
conflicts=('mpg123')
|
||||
|
||||
source=("http://downloads.sourceforge.net/sourceforge/mpg123/mpg123-$pkgver.tar.bz2")
|
||||
sha256sums=('6d7b3394e837b1c79854efe64ec2800f88d115d108ec53c3fa384182cc1d9a27')
|
||||
|
||||
options=('libtool')
|
||||
build() {
|
||||
cd "$srcdir"/$_pkgname-$pkgver
|
||||
|
||||
./configure --with-cpu=arm_nofpu --prefix=/usr --with-audio="alsa sdl"
|
||||
make
|
||||
}
|
||||
package() {
|
||||
cd "$srcdir"/$_pkgname-$pkgver
|
||||
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
Loading…
Reference in a new issue