wok-next view pcre2-dev/receipt @ rev 19720
Up trickle (13/1/2015)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 24 17:21:02 2017 +0200 (2017-05-24) |
parents | |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="pcre2-dev"
4 VERSION="10.21"
5 CATEGORY="development"
6 SHORT_DESC="Perl Compatible Regular Expressions 2, development files"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="http://www.pcre.org/"
10 HOST_ARCH="i486 arm"
12 WANTED="pcre2"
13 DEPENDS="pcre2 pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cp -a $install/* $fs
19 rm $fs/usr/lib/*.so*
20 rm -r $fs/usr/share
21 }