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