wok-next diff libofx/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | 5841522533ec |
children |
line diff
1.1 --- a/libofx/receipt Mon Apr 16 11:36:31 2018 +0300 1.2 +++ b/libofx/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -4,7 +4,7 @@ 1.4 VERSION="0.9.8" 1.5 CATEGORY="misc" 1.6 SHORT_DESC="OFX parser library" 1.7 -MAINTAINER="remyhr@free.fr" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="GPL2" 1.10 WEB_SITE="http://libofx.sourceforge.net/" 1.11 1.12 @@ -12,13 +12,13 @@ 1.13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.14 1.15 BUILD_DEPENDS="opensp-dev" 1.16 -SPLIT="libofx-dev" 1.17 +SPLIT="$PACKAGE-dev" 1.18 1.19 compile_rules() { 1.20 ./configure $CONFIGURE_ARGS && 1.21 fix libtool && 1.22 make && 1.23 - make DESTDIR=$DESTDIR install 1.24 + make DESTDIR=$install install 1.25 } 1.26 1.27 genpkg_rules() {