summaryrefslogtreecommitdiff
path: root/extra/freealut
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-22 01:11:27 -0700
committerroot <root@rshg054.dnsready.net>2013-10-22 01:11:27 -0700
commitd5839dd449651d7781de570240f3d0a1a9162320 (patch)
tree59a51057ead59eda118056ff05b1e2b941fa356b /extra/freealut
parent61f20cbeb90ac877764e14b7c4e1c5c08b3e5383 (diff)
Tue Oct 22 01:11:15 PDT 2013
Diffstat (limited to 'extra/freealut')
-rw-r--r--extra/freealut/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/freealut/PKGBUILD b/extra/freealut/PKGBUILD
index ae34c1a82..2fe418034 100644
--- a/extra/freealut/PKGBUILD
+++ b/extra/freealut/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 137589 2011-09-09 23:35:10Z allan $
+# $Id: PKGBUILD 196960 2013-10-21 11:45:38Z heftig $
# Maintainer:
# Contributor: Arkamririon <Arkamririon@gmx.net>
pkgname=freealut
pkgver=1.1.0
-pkgrel=4
+pkgrel=5
pkgdesc="OpenAL Utility Toolkit (ALUT)"
arch=('i686' 'x86_64')
url="http://www.openal.org"
license=("LGPL")
depends=('openal')
options=('!libtool')
-source=(http://connect.creativelabs.com/openal/Downloads/ALUT/$pkgname-$pkgver.tar.gz)
+source=(http://pkgs.fedoraproject.org/repo/pkgs/freealut/freealut-1.1.0.tar.gz/e089b28a0267faabdb6c079ee173664a/freealut-1.1.0.tar.gz)
md5sums=('e089b28a0267faabdb6c079ee173664a')
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --disable-static
make
}