wok-next annotate elfutils/receipt @ rev 20536

gnome-mplayer: up (1.0.8)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 21:22:54 2018 +0300 (2018-03-30)
parents 9278a60d6895
children 68405ac5fe8a
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/"
slaxemulator@10576 10
al@19590 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19741 12 WGET_URL="https://sourceware.org/elfutils/ftp/$VERSION/$TARBALL"
al@19741 13 TARBALL_MD5="1ce77c5315d6bba7d883c3c4f0c2697e"
al@19590 14
al@20443 15 BUILD_DEPENDS="gettext-tools zlib-dev bzip2-dev xz-dev"
al@19741 16 BUILD_DEPENDS_arm="bzip2-dev xz-dev"
al@19741 17 SPLIT="elfutils-dev"
pankso@12831 18
al@20443 19 compile_rules() {
al@19590 20 ./configure $CONFIGURE_ARGS && make && make install
pascal@5942 21 }
pascal@5942 22
al@20443 23 genpkg_rules() {
al@19741 24 case $PACKAGE in
al@20443 25 elfutils) copy @std;;
al@20443 26 *-dev) copy @dev;;
al@19741 27 esac
pascal@5942 28 }