wok annotate libspectre-dev/receipt @ rev 24973

Up zsh (5.8.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 01 15:03:44 2022 +0000 (2022-05-01)
parents 8609b5c4b762
children
rev   line source
al@16625 1 # SliTaz package receipt.
al@16625 2
al@16625 3 PACKAGE="libspectre-dev"
Hans-G?nter@24786 4 VERSION="0.2.9"
al@16625 5 CATEGORY="development"
Hans-G?nter@24786 6 SHORT_DESC="Development files for libspectre."
al@16625 7 MAINTAINER="al.bobylev@gmail.com"
al@16625 8 LICENSE="GPL2"
Hans-G?nter@24786 9 WEB_SITE="https://www.freedesktop.org/wiki/Software/libspectre"
al@16625 10
al@16625 11 DEPENDS="libspectre"
Hans-G?nter@24786 12 WANTED="libspectre"
al@16625 13
al@16625 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16625 15 genpkg_rules()
al@16625 16 {
Hans-G?nter@24786 17 get_dev_files
al@16625 18 }