wok view libplist-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 516554f6d045
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libplist-dev"
4 VERSION="2.2.0"
5 CATEGORY="development"
6 SHORT_DESC="Development files for libplist."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://libimobiledevice.org/"
11 WANTED="libplist"
12 DEPENDS="libplist pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 get_dev_files
18 }