alsa-lib: update to 1.0.26.

This commit is contained in:
Juan RP 2012-09-07 09:19:28 +02:00
parent a48732db7a
commit fc1c626018
3 changed files with 13 additions and 16 deletions

View file

@ -1,17 +1,14 @@
# Template file for 'alsa-lib-devel'.
#
depends="glibc-devel alsa-lib"
noarch=yes
depends="glibc-devel alsa-lib>=${version}"
short_desc="${sourcepkg} development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mkdir -p ${DESTDIR}/usr/share
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share/aclocal ${DESTDIR}/usr/share
do_install() {
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib
vmove usr/share/aclocal usr/share
}

View file

@ -3,5 +3,6 @@ libpthread.so.0
libdl.so.2
libutil.so.1
libm.so.6
librt.so.1
libpython2.7.so.1.0
libc.so.6

View file

@ -1,15 +1,16 @@
# Template build file for 'alsa-lib'.
pkgname=alsa-lib
version=1.0.25
revision=2
homepage="http://www.alsa-project.org"
distfiles="ftp://ftp.alsa-project.org/pub/lib/$pkgname-$version.tar.bz2"
version=1.0.26
revision=1
subpackages="$pkgname-devel $pkgname-python"
build_style=gnu-configure
makedepends="pkg-config python-devel"
short_desc="The Advanced Linux Sound Architecture (ALSA) library"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
checksum=5a1a805cf04106316d549ec650116ce6711a162e107ba8b3c551866680e286e6
homepage="http://www.alsa-project.org"
distfiles="ftp://ftp.alsa-project.org/pub/lib/$pkgname-$version.tar.bz2"
checksum=8c9f8161603cc3db640619650401292c3e110da63429ab6938aac763319f6e7d
long_desc="
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
functionality to the Linux operating system.
@ -17,5 +18,3 @@ long_desc="
This package includes the ALSA runtime libraries to simplify application
programming and provide higher level functionality as well as support for
the older OSS API, providing binary compatibility for most OSS programs."
subpackages="$pkgname-devel $pkgname-python"