alsa-lib-32: 1.0.27.2 -> 1.0.28

This commit is contained in:
Danny Rawlins 2014-07-27 23:39:07 +10:00
parent 7504d519b0
commit db4df62c7d
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
69129a7c37697f81ac092335e9fa452b alsa-lib-1.0.27.2.tar.bz2
c9e21b88a2b3e6e12ea7ba0f3b271fc3 alsa-lib-1.0.28.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: alsa-lib
name=alsa-lib-32
version=1.0.27.2
version=1.0.28
release=1
source=(http://crux.nu/files/distfiles/alsa-lib-$version.tar.bz2)
@ -13,5 +13,6 @@ build() {
./configure --prefix=/usr --libdir=/usr/lib32 --disable-python
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/{bin,include,share}
rm -r $PKG/usr/{bin,include,share}
}