wok-next annotate elfutils-dev/receipt @ rev 19618

memtest: update for GCC5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 06 18:15:00 2017 +0100 (2017-02-06)
parents 79949949dbb8
children
rev   line source
pascal@5942 1 # SliTaz package receipt.
pascal@5942 2
pascal@5942 3 PACKAGE="elfutils-dev"
al@19590 4 VERSION="0.167"
pascal@5942 5 CATEGORY="development"
pascal@5942 6 SHORT_DESC="ELF object file access library, development files."
pascal@5942 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
gokhlayeh@8177 9 WEB_SITE="https://fedorahosted.org/elfutils/"
pankso@12831 10 HOST_ARCH="i486 arm"
pascal@5942 11
al@19590 12 WANTED="elfutils"
pascal@15000 13 DEPENDS="elfutils"
pascal@15000 14
pascal@5942 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@5942 16 genpkg_rules()
pascal@5942 17 {
al@19590 18 cook_copy_files *.h *.*a *.pc
pascal@5942 19 }