wok-next view elfutils/receipt @ rev 19887

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