aboutsummaryrefslogtreecommitdiffstats
path: root/testing/iasl/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-01-19 19:02:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-01-19 19:02:31 +0000
commitd3f3bd4f6ea37496671436ba4510c701a5c5989f (patch)
tree3071604adba9b4c534c53f161aaeff08ce47be70 /testing/iasl/APKBUILD
parent885356cf1dfbe3dba328696647ea65f06779f167 (diff)
downloadaports-d3f3bd4f6ea37496671436ba4510c701a5c5989f.tar.bz2
aports-d3f3bd4f6ea37496671436ba4510c701a5c5989f.tar.xz
main/iasl: moved from testing
Diffstat (limited to 'testing/iasl/APKBUILD')
-rw-r--r--testing/iasl/APKBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/testing/iasl/APKBUILD b/testing/iasl/APKBUILD
deleted file mode 100644
index dfd455dc07..0000000000
--- a/testing/iasl/APKBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Contributor: Roger Pau Monne <roger.pau@entel.upc.edu>
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=iasl
-pkgver=20111123
-pkgrel=0
-pkgdesc="ACPI ASL compiler"
-url="http://www.acpica.org/"
-arch="x86 x86_64"
-license="custom"
-depends=""
-depends_dev="flex bison"
-makedepends="$depends_dev"
-install=""
-subpackages="$pkgname-doc"
-# license was found here:
-# http://acpica.org/downloads/unix_source_code.php
-source="http://www.acpica.org/download/acpica-unix-$pkgver.tar.gz
- COPYING"
-
-_builddir="$srcdir"/acpica-unix-$pkgver
-
-build() {
- cd "$_builddir"/compiler
- # parallel build fix
- make aslcompilerlex.c aslcompilerparse.c dtparserlex.c dtparserparse.c\
- || return 1
- make || return 1
-}
-
-package() {
- cd "$_builddir"
- install -Dm755 compiler/$pkgname "$pkgdir"/usr/bin/$pkgname
- install -Dm644 "$srcdir"/COPYING "$pkgdir"/usr/share/licenses/acpica/COPYING
-}
-
-md5sums="433470ddbdf8eab5e9c22e8f0e8836ff acpica-unix-20111123.tar.gz
-7af813a48b9d1ce988aa72655f0fa61f COPYING"