summaryrefslogtreecommitdiff
path: root/community/ht
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-22 23:15:20 +0000
committerroot <root@rshg054.dnsready.net>2012-02-22 23:15:20 +0000
commit1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (patch)
tree803d7c2e3ac59d0ba8ac74c1b2a6dc6167937631 /community/ht
parent1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff)
Wed Feb 22 23:15:20 UTC 2012
Diffstat (limited to 'community/ht')
-rw-r--r--community/ht/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/ht/PKGBUILD b/community/ht/PKGBUILD
index d7360a824..0d5022e77 100644
--- a/community/ht/PKGBUILD
+++ b/community/ht/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 16246 2010-04-27 12:28:17Z spupykin $
+# $Id: PKGBUILD 65560 2012-02-21 08:56:47Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: tardo <tardo@nagi-fanboi.net>
# Contributor: Simon Morgan <"mra84964@mra.pb.hx".decode('rot-13')>
pkgname=ht
pkgver=2.0.18
-pkgrel=1
+pkgrel=2
pkgdesc="A file editor/viewer/analyzer for executables"
arch=('i686' 'x86_64')
url="http://hte.sourceforge.net/"
@@ -15,10 +15,10 @@ source=(http://downloads.sourceforge.net/sourceforge/hte/$pkgname-$pkgver.tar.gz
md5sums=('ce7698b80035bce297374b338045dadd')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
./configure --disable-x11-textmode --enable-release --prefix=/usr
- make || return 1
- make DESTDIR=$startdir/pkg install || return 1
+ make
+ make DESTDIR=$pkgdir install
# avoid TeX conflict
mv $pkgdir/usr/bin/ht $pkgdir/usr/bin/hte