wok-next view nettle-dev/receipt @ rev 20026

Add tesseract-ocr-lang
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 14:09:43 2017 +0200 (2017-10-22)
parents 35a20e111081
children
line source
1 # SliTaz package receipt.
3 PACKAGE="nettle-dev"
4 VERSION="3.3"
5 CATEGORY="development"
6 SHORT_DESC="devel files for nettle"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.lysator.liu.se/~nisse/nettle/"
10 HOST_ARCH="i486 arm"
12 WANTED="nettle"
13 DEPENDS="nettle gmp-dev"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 copy *.h *.pc
19 }