diff options
Diffstat (limited to 'testing/hessling-editor')
-rw-r--r-- | testing/hessling-editor/APKBUILD | 17 |
1 files changed, 8 insertions, 9 deletions
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 } |