wok-next diff elfutils/receipt @ rev 19950
Add libegl-mesa
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 16 12:41:47 2017 +0200 (2017-10-16) |
parents | 4eab61ea2c5a |
children | 0e7893ac206d |
line diff
1.1 --- a/elfutils/receipt Sat Jan 21 11:59:37 2017 +0200 1.2 +++ b/elfutils/receipt Mon Oct 16 12:41:47 2017 +0200 1.3 @@ -1,24 +1,21 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="elfutils" 1.8 -VERSION="0.167" 1.9 +VERSION="0.169" 1.10 CATEGORY="development" 1.11 -SHORT_DESC="ELF object file access library." 1.12 +SHORT_DESC="ELF object file access library" 1.13 MAINTAINER="pascal.bellard@slitaz.org" 1.14 LICENSE="GPL2" 1.15 -WEB_SITE="https://fedorahosted.org/elfutils/" 1.16 +WEB_SITE="https://sourceware.org/elfutils/" 1.17 HOST_ARCH="i486 arm" 1.18 1.19 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.20 -WGET_URL="https://fedorahosted.org/releases/e/l/$PACKAGE/$VERSION/$TARBALL" 1.21 +WGET_URL="https://sourceware.org/elfutils/ftp/$VERSION/$TARBALL" 1.22 +TARBALL_MD5="1ce77c5315d6bba7d883c3c4f0c2697e" 1.23 1.24 -DEPENDS="glibc-base" 1.25 BUILD_DEPENDS="gettext-tools zlib-dev bzip2-dev liblzma-dev" 1.26 - 1.27 -# Handle multiarch compilation 1.28 -case "$ARCH" in 1.29 - arm) BUILD_DEPENDS="bzip2-dev xz-dev" ;; 1.30 -esac 1.31 +BUILD_DEPENDS_arm="bzip2-dev xz-dev" 1.32 +SPLIT="elfutils-dev" 1.33 1.34 # Rules to configure and make the package. 1.35 compile_rules() 1.36 @@ -29,5 +26,8 @@ 1.37 # Rules to gen a SliTaz package suitable for Tazpkg. 1.38 genpkg_rules() 1.39 { 1.40 - cook_copy_files elfcmp findtextrel unstrip *.so* 1.41 + case $PACKAGE in 1.42 + elfutils) copy @std ;; 1.43 + elfutils-dev) copy @dev ;; 1.44 + esac 1.45 }