wok-6.x view libextractor-dev/receipt @ rev 25287
updated rsync (3.2.3 -> 3.2.4)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jul 18 17:50:55 2022 +0100 (2022-07-18) |
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 }