summaryrefslogtreecommitdiff
path: root/community/iasl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/iasl/PKGBUILD')
-rw-r--r--community/iasl/PKGBUILD24
1 files changed, 11 insertions, 13 deletions
diff --git a/community/iasl/PKGBUILD b/community/iasl/PKGBUILD
index b1341ae81..5c74912c1 100644
--- a/community/iasl/PKGBUILD
+++ b/community/iasl/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 96438 2013-08-28 21:10:55Z lcarlier $
+# $Id: PKGBUILD 104510 2014-01-22 06:49:46Z lcarlier $
# Maintainer : Laurent Carlier <lordheavym@gmail.com>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Alessio 'mOlOk' Bolognino <themolok@gmail.com>
pkgname=iasl
-pkgver=20130823
+pkgver=20140114
pkgrel=1
pkgdesc="Intel ACPI Source Language compiler"
arch=('i686' 'x86_64' 'mips64el')
@@ -16,7 +16,7 @@ options=('!makeflags')
#install=iasl.install
source=(http://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz
LICENSE)
-md5sums=('7846a62551352d7dae6f93f8255e9d99'
+md5sums=('77d5aaa723b98314dae80cac1b33514d'
'8615526144f69ea4e870d9bc37df9b29')
build() {
@@ -24,14 +24,14 @@ build() {
#sed -i -e 's/_CYGWIN/_LINUX/g' -e 's/-Werror//g' Makefile.config
- if [[ $CARCH == i686 ]]; then
- make BITS=32
- elif [[ $CARCH == x86_64 ]]; then
- make BITS=64
- else
- sed -i 's|$(BITSFLAG)||g' Makefile.config
- make
- fi
+ make clean
+ make
+
+# if [[ $CARCH == i686 ]]; then
+# make BITS=32
+# else
+# make BITS=64
+# fi
}
package() {
@@ -41,5 +41,3 @@ package() {
install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
-md5sums=('cc7528ecd185ff779c6b58bfede091b2'
- '8615526144f69ea4e870d9bc37df9b29')