wok view pcre2-dev/receipt @ rev 21326
updated libunwind and libunwind-dev (1.1 -> 1.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 19 10:02:57 2019 +0100 (2019-04-19) |
parents | |
children | 18de4fe65c9c |
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 }