wok-next diff elfutils/receipt @ rev 20463
Combine receipts
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Mar 06 11:29:35 2018 +0200 (2018-03-06) |
parents | 9278a60d6895 |
children | 68405ac5fe8a |
line diff
1.1 --- a/elfutils/receipt Mon Jun 05 16:48:55 2017 +0300 1.2 +++ b/elfutils/receipt Tue Mar 06 11:29:35 2018 +0200 1.3 @@ -7,27 +7,22 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 LICENSE="GPL2" 1.6 WEB_SITE="https://sourceware.org/elfutils/" 1.7 -HOST_ARCH="i486 arm" 1.8 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WGET_URL="https://sourceware.org/elfutils/ftp/$VERSION/$TARBALL" 1.11 TARBALL_MD5="1ce77c5315d6bba7d883c3c4f0c2697e" 1.12 1.13 -BUILD_DEPENDS="gettext-tools zlib-dev bzip2-dev liblzma-dev" 1.14 +BUILD_DEPENDS="gettext-tools zlib-dev bzip2-dev xz-dev" 1.15 BUILD_DEPENDS_arm="bzip2-dev xz-dev" 1.16 SPLIT="elfutils-dev" 1.17 1.18 -# Rules to configure and make the package. 1.19 -compile_rules() 1.20 -{ 1.21 +compile_rules() { 1.22 ./configure $CONFIGURE_ARGS && make && make install 1.23 } 1.24 1.25 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 -genpkg_rules() 1.27 -{ 1.28 +genpkg_rules() { 1.29 case $PACKAGE in 1.30 - elfutils) copy @std ;; 1.31 - elfutils-dev) copy @dev ;; 1.32 + elfutils) copy @std;; 1.33 + *-dev) copy @dev;; 1.34 esac 1.35 }