wok-next diff libacpi/receipt @ rev 21025
Update tzdata (2018g)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Nov 03 04:10:29 2018 +0200 (2018-11-03) |
parents | 46d3691a4f80 |
children | 2b48c0f89d4c |
line diff
1.1 --- a/libacpi/receipt Thu Jul 20 00:33:52 2017 +0300 1.2 +++ b/libacpi/receipt Sat Nov 03 04:10:29 2018 +0200 1.3 @@ -12,18 +12,14 @@ 1.4 WGET_URL="http://www.ngolde.de/download/$TARBALL" 1.5 1.6 BUILD_DEPENDS="patch" 1.7 -SPLIT="libacpi-dev" 1.8 +SPLIT="$PACKAGE-dev" 1.9 1.10 -# Rules to configure and make the package. 1.11 -compile_rules() 1.12 -{ 1.13 +compile_rules() { 1.14 make PREFIX=/usr && 1.15 make PREFIX=/usr DESTDIR=$install install 1.16 } 1.17 1.18 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.19 -genpkg_rules() 1.20 -{ 1.21 +genpkg_rules() { 1.22 case $PACKAGE in 1.23 libacpi) copy *.so*;; 1.24 *-dev) copy @dev bin/;;