wok-6.x diff pcre/receipt @ rev 3081
Add slitaz-icon (Now we have our own icon set!)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 15 20:02:18 2009 +0200 (2009-05-15) |
parents | b1a369a1cb4c |
children | 1ebcf9d9dad9 |
line diff
1.1 --- a/pcre/receipt Sun Apr 13 00:44:44 2008 +0200 1.2 +++ b/pcre/receipt Fri May 15 20:02:18 2009 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pcre" 1.7 -VERSION="7.6" 1.8 +VERSION="7.8" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Perl Compatible Regular Expressions." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -16,8 +16,8 @@ 1.13 ./configure \ 1.14 --prefix=/usr \ 1.15 --enable-utf8 \ 1.16 - $CONFIGURE_ARGS 1.17 - make 1.18 + $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22