[arch-commits] Commit in freealut/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Fri Sep 9 23:34:03 UTC 2011
Date: Friday, September 9, 2011 @ 19:34:03
Author: allan
Revision: 137588
upgpkg: freealut 1.1.0-4
old package rebuild
Modified:
freealut/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-09 23:30:58 UTC (rev 137587)
+++ PKGBUILD 2011-09-09 23:34:03 UTC (rev 137588)
@@ -1,16 +1,15 @@
# $Id$
-# Maintainer: Dorphell
-# Maintainer: Travis Willard <travisw at wmpub.ca>
+# Maintainer:
# Contributor: Arkamririon <Arkamririon at gmx.net>
pkgname=freealut
pkgver=1.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="OpenAL Utility Toolkit (ALUT)"
arch=('i686' 'x86_64')
url="http://www.openal.org"
license=("LGPL")
-depends=('openal>=1.6.372')
+depends=('openal')
options=('!libtool')
source=(http://connect.creativelabs.com/openal/Downloads/ALUT/$pkgname-$pkgver.tar.gz)
md5sums=('e089b28a0267faabdb6c079ee173664a')
@@ -18,6 +17,10 @@
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
- make || return 1
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}
More information about the arch-commits
mailing list