wok view libunwind-dev/receipt @ rev 24892

Down libtmp (1.1.17), 1.1.19 doesn't detect smartphones (?)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 07 15:38:15 2022 +0000 (2022-04-07)
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 }