alsa-lib 1.2.11-1
This commit is contained in:
commit
87c272c58c
30
PKGBUILD
Normal file
30
PKGBUILD
Normal file
@ -0,0 +1,30 @@
|
||||
# This is an example PKGBUILD file. Use this as a start to creating your own,
|
||||
# and remove these comments. For more information, see 'man PKGBUILD'.
|
||||
# NOTE: Please fill out the license field for your package! If it is unknown,
|
||||
# then please put 'unknown'.
|
||||
|
||||
# Maintainer: Future Linux Team <future_linux@163.com>
|
||||
pkgname=alsa-lib
|
||||
pkgver=1.2.11
|
||||
pkgrel=1
|
||||
pkgdesc="An alternative implementation of Linux sound support"
|
||||
arch=('x86_64')
|
||||
url="https://www.alsa-project.org"
|
||||
license=('LGPL-2.1-or-later')
|
||||
depends=('glibc')
|
||||
source=(https://www.alsa-project.org/files/pub/lib/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha256sums=(9f3f2f69b995f9ad37359072fbc69a3a88bfba081fc83e9be30e14662795bb4d)
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
||||
${CONFIGURE}
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
Loading…
Reference in New Issue
Block a user