wok diff postgresql-dev/receipt @ rev 4146
Fix: thunar-archive-plugin DEPENDS & BUILD_DEPENDS
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Sep 20 13:49:54 2009 +0000 (2009-09-20) |
parents | ce324408f6ba |
children | fb5581e5c6e8 |
line diff
1.1 --- a/postgresql-dev/receipt Sun Oct 05 13:09:01 2008 +0000 1.2 +++ b/postgresql-dev/receipt Sun Sep 20 13:49:54 2009 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="postgresql-dev" 1.7 -VERSION="8.3.4" 1.8 +VERSION="8.3.7" 1.9 CATEGORY="development" 1.10 SHORT_DESC="SQL database system development files" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -14,5 +14,6 @@ 1.13 mkdir -p $fs/usr/lib/postgresql 1.14 cp -a $_pkg/usr/include $fs/usr 1.15 cp -a $_pkg/usr/lib/postgresql/*a $fs/usr/lib/postgresql 1.16 + strip --strip-debug $fs/usr/lib/postgresql/*.a 1.17 } 1.18