wok diff postgresql-dev/receipt @ rev 3973

merge
author Christophe Lincoln <pankso@slitaz.org>
date Thu Aug 27 11:36:57 2009 +0200 (2009-08-27)
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	Thu Aug 27 11:36:57 2009 +0200
     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