From 76ef3b81d022383c1f3c0b3723e4a9b4473bb4d9 Mon Sep 17 00:00:00 2001 From: Paul Onyschuk Date: Wed, 27 Jul 2011 17:20:42 +0200 Subject: testing/hessling-editor: minor changes in aport --- testing/hessling-editor/APKBUILD | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'testing/hessling-editor') diff --git a/testing/hessling-editor/APKBUILD b/testing/hessling-editor/APKBUILD index bc298a4596..001c9726b0 100644 --- a/testing/hessling-editor/APKBUILD +++ b/testing/hessling-editor/APKBUILD @@ -2,20 +2,19 @@ # Maintainer: pkgname=hessling-editor _pkgname=THE -pkgver=3.3 +pkgver=3.3_rc1 _pkgver=3.3RC1 -pkgrel=1 -pkgdesc="THE is a powerful text editor modelled on the VM/CMS text editor XEDIT with the best features of Mansfield Software's Kedit." +pkgrel=0 +pkgdesc="Powerful text editor modelled on the XEDIT with the best features of Kedit." url="http://hessling-editor.sourceforge.net/" arch="all" license="GPL" -depends="regina-rexx" +depends="" depends_dev= -makedepends="ncurses-dev regina-rexx" +makedepends="ncurses-dev regina-rexx-dev" install="" -subpackages="" -source="http://downloads.sourceforge.net/$pkgname/$_pkgname-$_pkgver.tar.gz - " +subpackages="$pkgname-doc" +source="http://downloads.sourceforge.net/$pkgname/$_pkgname-$_pkgver.tar.gz" _builddir="$srcdir"/$_pkgname-$_pkgver prepare() { @@ -30,7 +29,7 @@ prepare() { build() { cd "$_builddir" - ./configure --with-rexx=regina --with-ncurses --prefix=/usr + ./configure --with-rexx=regina --with-ncurses --prefix=/usr || return 1 make all || return 1 } -- cgit v1.2.3