wok-next annotate elfutils/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 68405ac5fe8a
children 5e01e6d2531a
rev   line source
al@19741 1 # SliTaz package receipt v2.
pascal@5942 2
pascal@5942 3 PACKAGE="elfutils"
al@20896 4 VERSION="0.173"
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@20896 13 TARBALL_MD5="35decb1ebfb90d565e4c411bee4185cc"
al@19590 14
al@21020 15 BUILD_DEPENDS="gettext zlib-dev bzip2-dev xz-dev"
al@21020 16 SPLIT="$PACKAGE-dev"
pankso@12831 17
al@20443 18 compile_rules() {
al@20896 19 ./configure $CONFIGURE_ARGS &&
al@20896 20 make &&
al@20896 21 make install
pascal@5942 22 }
pascal@5942 23
al@20443 24 genpkg_rules() {
al@19741 25 case $PACKAGE in
al@20443 26 elfutils) copy @std;;
al@20443 27 *-dev) copy @dev;;
al@19741 28 esac
pascal@5942 29 }