wok diff iasl/receipt @ rev 23501
updated python-jinja2 (2.7 -> 2.11.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 07:57:27 2020 +0100 (2020-04-06) |
parents | 7f35f94ea79f |
children | af8d823a3077 |
line diff
1.1 --- a/iasl/receipt Mon Mar 11 17:51:31 2019 +0100 1.2 +++ b/iasl/receipt Mon Apr 06 07:57:27 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="iasl" 1.7 -VERSION="20190215" 1.8 +VERSION="20200214" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Intel ACPI Source Language compiler." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -12,14 +12,15 @@ 1.13 TARBALL="$SOURCE-$VERSION.tar.gz" 1.14 WGET_URL="$WEB_SITE/sites/acpica/files/$TARBALL" 1.15 1.16 -BUILD_DEPENDS="flex bison" 1.17 +BUILD_DEPENDS="bison flex" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 # Fix building. 1.23 - sed -i -e 's/-Werror//g' generate/unix/Makefile.config \ 1.24 - generate/unix/iasl/Makefile 1.25 + sed -i -e 's/-Werror//g' \ 1.26 + generate/unix/Makefile.config \ 1.27 + generate/unix/iasl/Makefile 1.28 1.29 make || return 1 1.30 }