wok annotate leptonica-dev/receipt @ rev 24924
Add as & asxxxx
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 13 10:27:34 2022 +0000 (2022-04-13) |
parents | 26394d9555d4 |
children |
rev | line source |
---|---|
pascal@16668 | 1 # SliTaz package receipt. |
pascal@16668 | 2 |
pascal@16668 | 3 PACKAGE="leptonica-dev" |
Hans-G?nter@24711 | 4 VERSION="1.82.0" |
pascal@16668 | 5 CATEGORY="development" |
pascal@16668 | 6 SHORT_DESC="Software for image processing and image analysis applications, development files." |
pascal@16668 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@16668 | 8 LICENSE="MIT" |
Hans-G?nter@22021 | 9 |
pascal@16668 | 10 WEB_SITE="http://www.leptonica.org/" |
pascal@16668 | 11 |
pascal@19774 | 12 DEPENDS="leptonica pkg-config" |
Hans-G?nter@22021 | 13 WANTED="leptonica" |
pascal@16668 | 14 |
pascal@16668 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@16668 | 16 genpkg_rules() |
pascal@16668 | 17 { |
Hans-G?nter@24711 | 18 get_dev_files |
pascal@16668 | 19 } |
Hans-G?nter@22999 | 20 |