wok-next annotate elfutils/receipt @ rev 20342

gkII: tiny png patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 17 15:57:17 2017 +0100 (2017-11-17)
parents 4eab61ea2c5a
children 0e7893ac206d
rev   line source
al@19741 1 # SliTaz package receipt v2.
pascal@5942 2
pascal@5942 3 PACKAGE="elfutils"
al@19741 4 VERSION="0.169"
pascal@5942 5 CATEGORY="development"
al@19741 6 SHORT_DESC="ELF object file access library"
pascal@5942 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@19741 9 WEB_SITE="https://sourceware.org/elfutils/"
pankso@12831 10 HOST_ARCH="i486 arm"
slaxemulator@10576 11
al@19590 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19741 13 WGET_URL="https://sourceware.org/elfutils/ftp/$VERSION/$TARBALL"
al@19741 14 TARBALL_MD5="1ce77c5315d6bba7d883c3c4f0c2697e"
al@19590 15
al@19590 16 BUILD_DEPENDS="gettext-tools zlib-dev bzip2-dev liblzma-dev"
al@19741 17 BUILD_DEPENDS_arm="bzip2-dev xz-dev"
al@19741 18 SPLIT="elfutils-dev"
pankso@12831 19
pascal@5942 20 # Rules to configure and make the package.
pascal@5942 21 compile_rules()
pascal@5942 22 {
al@19590 23 ./configure $CONFIGURE_ARGS && make && make install
pascal@5942 24 }
pascal@5942 25
pascal@5942 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@5942 27 genpkg_rules()
pascal@5942 28 {
al@19741 29 case $PACKAGE in
al@19741 30 elfutils) copy @std ;;
al@19741 31 elfutils-dev) copy @dev ;;
al@19741 32 esac
pascal@5942 33 }