wok diff postgresql-dev/receipt @ rev 3496

Fixed /usr/lib/libudev.so link to /lib/libudev.so.0.3.0
author Liu Peng <rocky@slitaz.org>
date Thu Jun 18 23:44:08 2009 +0800 (2009-06-18)
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 Jun 18 23:44:08 2009 +0800
     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