wok view pcre-dev/receipt @ rev 19894

obex-data-server: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 06 15:54:14 2017 +0200 (2017-04-06)
parents cf655a6d99bf
children 9d254903769e
line source
1 # SliTaz package receipt.
3 PACKAGE="pcre-dev"
4 VERSION="8.39"
5 CATEGORY="development"
6 SHORT_DESC="Perl Compatible Regular Expressions, development files"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.pcre.org/"
10 HOST_ARCH="i486 arm"
12 WANTED="pcre"
13 DEPENDS="pcre 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 }