summaryrefslogtreecommitdiff
path: root/community/rote
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/rote
parent1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff)
Wed Feb 22 23:15:20 UTC 2012
Diffstat (limited to 'community/rote')
-rw-r--r--community/rote/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/community/rote/PKGBUILD b/community/rote/PKGBUILD
index d0043e679..f824f1152 100644
--- a/community/rote/PKGBUILD
+++ b/community/rote/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 21784 2010-07-17 10:23:37Z spupykin $
+# $Id: PKGBUILD 65507 2012-02-21 06:45:17Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=rote
pkgver=0.2.8
-pkgrel=2
+pkgrel=3
pkgdesc="terminal emulation library"
arch=('i686' 'x86_64')
url="http://rote.sourceforge.net/"
@@ -15,10 +15,8 @@ md5sums=('9e5901267d9ed239343f55a54d76e48e')
build() {
cd "$srcdir/$pkgname-$pkgver"
-
./configure --prefix=/usr
- make || return 1
- make DESTDIR="$pkgdir" install || return 1
-
+ make
+ make DESTDIR="$pkgdir" install
install -D -m0644 roteprivate.h $pkgdir/usr/include/rote/roteprivate.h
}