wok-next annotate 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
rev   line source
devl547@11265 1 # SliTaz package receipt.
devl547@11265 2
devl547@11265 3 PACKAGE="nettle-dev"
al@19607 4 VERSION="3.3"
devl547@11265 5 CATEGORY="development"
slaxemulator@13005 6 SHORT_DESC="devel files for nettle"
devl547@11265 7 MAINTAINER="devl547@gmail.com"
pascal@15584 8 LICENSE="LGPL2.1"
slaxemulator@13005 9 WEB_SITE="http://www.lysator.liu.se/~nisse/nettle/"
pankso@16250 10 HOST_ARCH="i486 arm"
slaxemulator@13005 11
devl547@11265 12 WANTED="nettle"
al@19607 13 DEPENDS="nettle gmp-dev"
devl547@11265 14
devl547@11265 15 # Rules to gen a SliTaz package suitable for Tazpkg.
devl547@11265 16 genpkg_rules()
devl547@11265 17 {
al@19783 18 copy *.h *.pc
devl547@11265 19 }