wok rev 14839

Up: libofx (0.9.8)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 17 23:08:46 2013 +0200 (2013-07-17)
parents 60e9b491e42b
children 0ed6796bbbe1
files libofx-dev/receipt libofx/receipt
line diff
     1.1 --- a/libofx-dev/receipt	Wed Jul 17 16:35:50 2013 +0200
     1.2 +++ b/libofx-dev/receipt	Wed Jul 17 23:08:46 2013 +0200
     1.3 @@ -1,22 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libofx-dev"
     1.7 -VERSION="0.9.1"
     1.8 +VERSION="0.9.8"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="OFX parser library dev files"
    1.11  MAINTAINER="remyhr@free.fr"
    1.12 -DEPENDS="libofx"
    1.13  WEB_SITE="http://libofx.sourceforge.net/"
    1.14  WANTED="libofx"
    1.15  
    1.16 +DEPENDS="libofx"
    1.17 +
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.19  genpkg_rules()
    1.20  {
    1.21  	mkdir -p $fs/usr/share $fs/usr/lib
    1.22  	
    1.23 -	cp -a $_pkg/usr/share/libofx $fs/usr/lib
    1.24 -	cp -a $_pkg/usr/include $fs/usr
    1.25 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.26 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.27 +	cp -a $install/usr/share/libofx $fs/usr/lib
    1.28 +	cp -a $install/usr/include $fs/usr
    1.29 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.30 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.31  		 
    1.32  }
     2.1 --- a/libofx/receipt	Wed Jul 17 16:35:50 2013 +0200
     2.2 +++ b/libofx/receipt	Wed Jul 17 23:08:46 2013 +0200
     2.3 @@ -1,32 +1,32 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libofx"
     2.7 -VERSION="0.9.1"
     2.8 +VERSION="0.9.8"
     2.9  CATEGORY="misc"
    2.10  SHORT_DESC="OFX parser library"
    2.11  MAINTAINER="remyhr@free.fr"
    2.12 -DEPENDS="opensp"
    2.13 -BUILD_DEPENDS="slitaz-toolchain opensp-dev"
    2.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.15  WEB_SITE="http://libofx.sourceforge.net/"
    2.16  WGET_URL="http://sourceforge.net/projects/$PACKAGE/files/$PACKAGE/$VERSION/$TARBALL"
    2.17  
    2.18 +DEPENDS="opensp"
    2.19 +BUILD_DEPENDS="opensp-dev"
    2.20 +
    2.21  # Rules to configure and make the package.
    2.22  compile_rules()
    2.23  {
    2.24  	cd $src
    2.25 -	patch -p1 -i $stuff/libofx-0.9.1-include-cxx-headers.patch
    2.26  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    2.27  	make &&
    2.28 -	make DESTDIR=$PWD/_pkg install
    2.29 +	make DESTDIR=$DESTDIR install
    2.30  }
    2.31  
    2.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.33  genpkg_rules()
    2.34  {
    2.35  	mkdir -p $fs/usr/bin $fs/usr/include /usr/lib
    2.36 -	cp -a $_pkg/usr/bin $fs/usr
    2.37 -	cp -a $_pkg/usr/include $fs/usr
    2.38 -	cp -a $_pkg/usr/lib $fs/usr
    2.39 +	cp -a $install/usr/bin $fs/usr
    2.40 +	cp -a $install/usr/include $fs/usr
    2.41 +	cp -a $install/usr/lib $fs/usr
    2.42  		 
    2.43  }