wok-6.x view leptonica-dev/receipt @ rev 24411
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 09 17:57:59 2022 +0000 (2022-02-09) |
parents | 20c41ba7196c |
children | 2cd3f255f983 |
line source
1 # SliTaz package receipt.
3 PACKAGE="leptonica-dev"
4 VERSION="1.79.0"
5 CATEGORY="development"
6 SHORT_DESC="Software for image processing and image analysis applications, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
10 WEB_SITE="http://www.leptonica.org/"
12 DEPENDS="leptonica pkg-config"
13 WANTED="leptonica"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/*a $fs/usr/lib
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 }