wok-next view oniguruma-dev/receipt @ rev 20052

claws-mail: receipt v2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 23 17:09:27 2017 +0200 (2017-10-23)
parents 4048d48a47c1
children
line source
1 # SliTaz package receipt.
3 PACKAGE="oniguruma-dev"
4 VERSION="6.2.0"
5 CATEGORY="development"
6 SHORT_DESC="Regular expression library (development files)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://github.com/kkos/oniguruma"
11 WANTED="oniguruma"
12 DEPENDS="oniguruma"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 copy *.h *.a *.la *.pc onig-config
18 }