diff options
author | John Vogel <jvogel4@stny.rr.com> | 2018-02-17 15:04:55 -0500 |
---|---|---|
committer | John Vogel <jvogel4@stny.rr.com> | 2018-02-17 15:04:55 -0500 |
commit | e1c92ac54e9df7e600de6a8ee7e1bd03230d3a22 (patch) | |
tree | 065de5b9be510a4bbc49436c1b44826efd2d1efa /iasl | |
parent | 257334a46f42037f028ca592fba16ad6ea75b493 (diff) | |
download | contrib-e1c92ac54e9df7e600de6a8ee7e1bd03230d3a22.tar.gz contrib-e1c92ac54e9df7e600de6a8ee7e1bd03230d3a22.tar.xz |
iasl: new maintainer
Diffstat (limited to 'iasl')
-rw-r--r-- | iasl/.signature | 4 | ||||
-rw-r--r-- | iasl/Pkgfile | 16 |
2 files changed, 9 insertions, 11 deletions
diff --git a/iasl/.signature b/iasl/.signature index 412f22f1d..71739d579 100644 --- a/iasl/.signature +++ b/iasl/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF33wWDbXgGCF+1t0VeiRR8pfo8C4VsaGRek145yk2Ee3aVUCF7Sn0Q5cz7sWzJ5zVi8aL0Wpm4GGYXz8TxEVBlgM= -SHA256 (Pkgfile) = eb4ed2b3468f97f6d5a216dbac9a1ab8c757db13a11858e13850e21ed5aa092e +RWSagIOpLGJF30uMyNMazxLe+rhZMPnseG+U+AIqdwbDd/TS+DKG78/v5Nk2GLDpeGU03kRXHz1IhEx1BtVTuWrIZ2V0kZMSQgc= +SHA256 (Pkgfile) = aaa36512b4b90bf3e1f89270d7afec5da94e41fcc1cd02f6ffbd2d930fde5baf SHA256 (.footprint) = 8d2c017d70670b63ceb84acc621f4f45389d584dcffefaf4ec15ebe0b1a993c6 SHA256 (acpica-unix2-20170303.tar.gz) = b2d81e84107ac9a02be86ea43cbea7afa8fd4b4150270bc88c2d4c9fea0b8aad diff --git a/iasl/Pkgfile b/iasl/Pkgfile index 4f4ca42b4..6772d38e1 100644 --- a/iasl/Pkgfile +++ b/iasl/Pkgfile @@ -1,8 +1,6 @@ # Description: IASL Compiler -# URL: https://www.acpica.org/ -# Maintainer: Jose V Beneyto, sepen at crux dot nu -# Packager: Jose V Beneyto, sepen at crux dot nu -# Depends on: +# URL: https://www.acpica.org/ +# Maintainer: John Vogel, jvogel4 at stny dot rr dot com name=iasl version=20170303 @@ -10,11 +8,11 @@ release=1 source=(https://acpica.org/sites/acpica/files/acpica-unix2-$version.tar.gz) build() { - cd acpica-unix2-$version + cd acpica-unix2-$version - sed -i "s/\-Werror/\-Wno-error/g" generate/unix/iasl/Makefile - make clean - make BITS=64 HOST=_LINUX $name + sed -i "s/\-Werror/\-Wno-error/g" generate/unix/iasl/Makefile + make clean + make BITS=64 HOST=_LINUX $name - install -D -m 0755 generate/unix/bin/$name $PKG/usr/bin/$name + install -D -m 0755 generate/unix/bin/$name $PKG/usr/bin/$name } |