mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 12:47:16 +08:00
opencore-amr: rebuilt for multimedia group
This commit is contained in:
parent
a8cfbe4e5d
commit
64cd10f1e4
@ -1,28 +1,25 @@
|
||||
# $Id: PKGBUILD 62600 2010-01-10 14:06:30Z ibiru $
|
||||
# Maintainer: Ionut Biru <ionut@archlinux.ro>
|
||||
# Contributor: WAntilles <wantilles@adslgr.com>
|
||||
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/opencore-amr
|
||||
|
||||
pkgname=opencore-amr
|
||||
pkgver=0.1.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Open source implementation of the Adaptive Multi Rate (AMR) speech codec"
|
||||
arch=('x86_64')
|
||||
license=('APACHE')
|
||||
url="http://opencore-amr.sourceforge.net/"
|
||||
depends=('gcc-libs')
|
||||
depends=('glibc')
|
||||
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
|
||||
options=('!libtool')
|
||||
md5sums=('09d2c5dfb43a9f6e9fec8b1ae678e725')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
||||
./configure --prefix=/usr || return 1
|
||||
make || return 1
|
||||
./configure --prefix=/usr --disable-static
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
make DESTDIR=${pkgdir}/ install || return 1
|
||||
make DESTDIR=${pkgdir}/ install
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user