wok-next view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="elfutils-dev"
4 VERSION="0.167"
5 CATEGORY="development"
6 SHORT_DESC="ELF object file access library, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://fedorahosted.org/elfutils/"
10 HOST_ARCH="i486 arm"
12 WANTED="elfutils"
13 DEPENDS="elfutils"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_files *.h *.*a *.pc
19 }