diff options
author | Paul Onyschuk <blink@bojary.koba.pl> | 2011-07-27 17:20:42 +0200 |
---|---|---|
committer | Paul Onyschuk <blink@bojary.koba.pl> | 2011-07-27 17:31:51 +0200 |
commit | 76ef3b81d022383c1f3c0b3723e4a9b4473bb4d9 (patch) | |
tree | cd5c0cad6d3e1e19f643ba12568f6ed416617357 /testing/hessling-editor | |
parent | 3e1420be406c877e26d864338619afc19dfd6420 (diff) | |
download | aports-76ef3b81d022383c1f3c0b3723e4a9b4473bb4d9.tar.bz2 aports-76ef3b81d022383c1f3c0b3723e4a9b4473bb4d9.tar.xz |
testing/hessling-editor: minor changes in aport
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 } |