wok view libunwind-dev/receipt @ rev 24924

Add as & asxxxx
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 13 10:27:34 2022 +0000 (2022-04-13)
parents 60ff708a9bbf
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libunwind-dev"
4 VERSION="1.6.2"
5 CATEGORY="development"
6 SHORT_DESC="Libunwind development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.nongnu.org/libunwind/"
11 DEPENDS="libunwind pkg-config"
12 WANTED="libunwind"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 get_dev_files
18 }