wok-next diff pcre-dev/receipt @ rev 6914

Added xz to busybox. Doesn't change size of busybox. This is show we can use tar.xz compress for tazpkg files if we want to. Added pre_install and post_remove functions to xz receipt.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 21 23:49:16 2010 +0000 (2010-10-21)
parents 1ebcf9d9dad9
children b2fe1cc4651a
line diff
     1.1 --- a/pcre-dev/receipt	Sun May 24 16:34:14 2009 +0200
     1.2 +++ b/pcre-dev/receipt	Thu Oct 21 23:49:16 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pcre-dev"
     1.7 -VERSION="7.9"
     1.8 +VERSION="8.10"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Perl Compatible Regular Expressions devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -12,8 +12,8 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.18 +    mkdir -p $fs/usr/lib
    1.19 +    cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.20      cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.21      cp -a $_pkg/usr/include $fs/usr
    1.22      cp -a $_pkg/usr/bin $fs/usr