mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
parent
f880763681
commit
28caeca29d
19
extra/alsa-lib/APKBUILD
Normal file
19
extra/alsa-lib/APKBUILD
Normal file
@ -0,0 +1,19 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=alsa-lib
|
||||
pkgver=1.0.18
|
||||
pkgrel=0
|
||||
pkgdesc="An alternative implementation of Linux sound support"
|
||||
url="http://www.alsa-project.org"
|
||||
license="GPL"
|
||||
depends="uclibc"
|
||||
subpackages="$pkgname-dev"
|
||||
source="ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2"
|
||||
|
||||
build ()
|
||||
{
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
./configure --prefix=/usr --disable-python
|
||||
make || return 1
|
||||
make -j1 DESTDIR="$pkgdir" install
|
||||
}
|
||||
md5sums="de60df7541fafe8c6a3397e0f105ff0e alsa-lib-1.0.18.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user