# HG changeset patch # User Christophe Lincoln # Date 1227627037 -3600 # Node ID 402ed718502ad204669bab74bfed92833b468dc3 # Parent 67ac2aebcfad6de460ffd792c95c55b9138c74c0 Up: pcre (7.8) diff -r 67ac2aebcfad -r 402ed718502a pcre-dev/receipt --- a/pcre-dev/receipt Tue Nov 25 16:11:33 2008 +0100 +++ b/pcre-dev/receipt Tue Nov 25 16:30:37 2008 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pcre-dev" -VERSION="7.6" +VERSION="7.8" CATEGORY="development" SHORT_DESC="Perl Compatible Regular Expressions devel files." MAINTAINER="pankso@slitaz.org" diff -r 67ac2aebcfad -r 402ed718502a pcre/receipt --- a/pcre/receipt Tue Nov 25 16:11:33 2008 +0100 +++ b/pcre/receipt Tue Nov 25 16:30:37 2008 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pcre" -VERSION="7.6" +VERSION="7.8" CATEGORY="system-tools" SHORT_DESC="Perl Compatible Regular Expressions." MAINTAINER="pankso@slitaz.org" @@ -16,8 +16,8 @@ ./configure \ --prefix=/usr \ --enable-utf8 \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install }