wok-current view libextractor-dev/receipt @ rev 25650

Fix libwebkit gtk+ twice in dep, thanks Ceel
author Stanislas Leduc <shann@slitaz.org>
date Fri Feb 02 17:58:11 2024 +0000 (4 months ago)
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 }