wok annotate libunwind-dev/receipt @ rev 24984

Up ufr2 (2.40-2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:30 2022 +0000 (2022-05-10)
parents 60ff708a9bbf
children
rev   line source
pankso@16204 1 # SliTaz package receipt.
pankso@16204 2
pankso@16204 3 PACKAGE="libunwind-dev"
Hans-G?nter@24843 4 VERSION="1.6.2"
pankso@16204 5 CATEGORY="development"
Hans-G?nter@24843 6 SHORT_DESC="Libunwind development files."
pankso@16204 7 MAINTAINER="pankso@slitaz.org"
Hans-G?nter@24843 8 LICENSE="MIT"
Hans-G?nter@21326 9 WEB_SITE="https://www.nongnu.org/libunwind/"
Hans-G?nter@21326 10
Hans-G?nter@23114 11 DEPENDS="libunwind pkg-config"
pankso@16204 12 WANTED="libunwind"
pascal@19774 13
pankso@16204 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@16204 15 genpkg_rules()
pankso@16204 16 {
Hans-G?nter@24843 17 get_dev_files
pankso@16204 18 }