wok annotate libextractor-dev/receipt @ rev 25303
updated shared-mime-info and shared-mime-info-dev (1.15 -> 2.2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 20 09:08:48 2022 +0100 (2022-07-20) |
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 } |