wok-next diff abiword-dev/receipt @ rev 5708

Up libxml2-tools (2.7.7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 23 12:21:19 2010 +0200 (2010-06-23)
parents f5677e5ac179
children cc80cd019794
line diff
     1.1 --- a/abiword-dev/receipt	Fri Aug 07 16:37:50 2009 +0200
     1.2 +++ b/abiword-dev/receipt	Wed Jun 23 12:21:19 2010 +0200
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="abiword-dev"
     1.7 -VERSION="2.6.8"
     1.8 +VERSION="2.8.4"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Extra plugins for Abiword."
    1.11 +SHORT_DESC="Abiword devel files"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  WANTED="abiword"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 @@ -12,7 +12,10 @@
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules()
    1.18  {
    1.19 -	mkdir -p $fs/usr
    1.20 +	mkdir -p $fs/usr/lib/abiword-2.8/plugins
    1.21 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.22 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.23 +	cp -a $_pkg/usr/lib/abiword-*/plugins/*.*a \
    1.24 +		$fs/usr/lib/abiword-2.8/plugins
    1.25  	cp -a $_pkg/usr/include $fs/usr
    1.26 -	cp -a $_pkg/usr/lib $fs/usr
    1.27  }