wok diff pcre-dev/receipt @ rev 1001
gpxe: set pxelinux TFTP prefix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 06 17:25:17 2008 +0000 (2008-07-06) |
parents | 3e085751bf3a |
children | 402ed718502a |
line diff
1.1 --- a/pcre-dev/receipt Wed Feb 13 00:20:49 2008 +0100 1.2 +++ b/pcre-dev/receipt Sun Jul 06 17:25:17 2008 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pcre-dev" 1.7 -VERSION="7.4" 1.8 +VERSION="7.6" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Perl Compatible Regular Expressions devel files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -16,5 +16,4 @@ 1.13 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.14 cp -a $_pkg/usr/include $fs/usr 1.15 cp -a $_pkg/usr/bin $fs/usr 1.16 - strip -s $fs/usr/bin/* 2>/dev/null 1.17 }