wok view pcre-dev/receipt @ rev 1177

Add iksemel
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 02 21:35:07 2008 +0000 (2008-08-02)
parents 3e085751bf3a
children 402ed718502a
line source
1 # SliTaz package receipt.
3 PACKAGE="pcre-dev"
4 VERSION="7.6"
5 CATEGORY="development"
6 SHORT_DESC="Perl Compatible Regular Expressions devel files."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="pcre"
9 WEB_SITE="http://www.pcre.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 cp -a $_pkg/usr/bin $fs/usr
19 }