wok view libextractor-dev/receipt @ rev 22149

updated xapian and xapian-dev (1.2.19 -> 1.4.13)
author Hans-G?nter Theisgen
date Wed Nov 06 17:20:28 2019 +0100 (2019-11-06)
parents 8ed62ecac0c7
children f9c16f4ba2c0
line source
1 # SliTaz package receipt.
3 PACKAGE="libextractor-dev"
4 VERSION="1.9"
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 WANTED="libextractor"
12 DEPENDS="libextractor pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/libextractor
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 cp -a $install/usr/lib/libextractor/*a $fs/usr/lib/libextractor
23 }