wok diff talloc-dev/receipt @ rev 9404

Up: slitaz-mercurial-style to 1.0.7. You didn't tag. Also no need for high jumps since it will make everything else 2.0.x for linearer versioning.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Mar 27 18:50:59 2011 +0000 (2011-03-27)
parents 9cf7ef7c39a6
children 7655fb6bf8dd
line diff
     1.1 --- a/talloc-dev/receipt	Wed Nov 10 23:53:15 2010 +0000
     1.2 +++ b/talloc-dev/receipt	Sun Mar 27 18:50:59 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="talloc-dev"
     1.7 -VERSION="2.0.1"
     1.8 +VERSION="2.0.5"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Hierarchical pool based memory allocator with destructors (devel files)."
    1.11  MAINTAINER="gokhlayeh@slitaz.org"
    1.12 @@ -13,7 +13,6 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib/
    1.16 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/
    1.17  	cp -a $_pkg/usr/include $fs/usr/
    1.18  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.19  }