mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/rusxmms: armv6h bits
This commit is contained in:
parent
8e5a60aa61
commit
8b9eafe216
1 changed files with 4 additions and 3 deletions
|
@ -2,12 +2,10 @@
|
|||
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@plugapps.com>
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - updated RusXMMS2 download location
|
||||
# - replaced x86 with arm/armv7h in the case statement
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=rusxmms
|
||||
pkgver=1.2.11_csa43
|
||||
_xmmsver=1.2.11
|
||||
|
@ -51,6 +49,9 @@ autoconf
|
|||
armv7h)
|
||||
./configure --prefix=/usr --disable-mikmod --disable-simd --disable-vorbis --disable-vorbistest
|
||||
;;
|
||||
armv6h)
|
||||
./configure --prefix=/usr --disable-mikmod --disable-simd --disable-vorbis --disable-vorbistest
|
||||
;;
|
||||
arm)
|
||||
./configure --prefix=/usr --disable-mikmod --enable-simd --disable-vorbis --disable-vorbistest
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue