diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-22 23:09:46 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-22 23:09:46 -0300 |
commit | f87cdf22eb712b5b1c118f768d4ff710fc839403 (patch) | |
tree | 023ff68dc2d6efdb25a8ab8b182a14b8d6a55889 /community/rote | |
parent | 290a8b0dd73569b6b2d9855be9638d3338c566e0 (diff) | |
parent | 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/arp-scan/PKGBUILD
community/curlftpfs/PKGBUILD
community/dtach/PKGBUILD
community/espeakup/PKGBUILD
community/g2sc/PKGBUILD
community/judy/PKGBUILD
community/python-fuse/PKGBUILD
community/sisctrl/PKGBUILD
extra/avahi/PKGBUILD
extra/kdesdk/PKGBUILD
extra/nasm/PKGBUILD
multilib/lib32-p11-kit/PKGBUILD
multilib/lib32-pixman/PKGBUILD
testing/xf86-input-synaptics/PKGBUILD
Diffstat (limited to 'community/rote')
-rw-r--r-- | community/rote/PKGBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/community/rote/PKGBUILD b/community/rote/PKGBUILD index 6ef646b38..d08bc70a4 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' 'mips64el') 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 } |