wok view libextractor-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 eee2934d2af8
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libextractor-dev"
4 VERSION="1.11"
5 CATEGORY="development"
6 SHORT_DESC="Extract meta data from files of arbitrary type, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.gnu.org/software/libextractor"
11 DEPENDS="libextractor pkg-config"
12 WANTED="libextractor"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_folders include
18 cook_copy_folders pkgconfig
19 cook_copy_files *.*a
20 }