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

Synchronize my host updates with the wok-next...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 21 11:59:37 2017 +0200 (2017-01-21)
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 }