From 94ded0cb27161b972228cfef8ea2e6f60af0f2b2 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 24 Oct 2013 00:56:32 -0700 Subject: Thu Oct 24 00:55:58 PDT 2013 --- libre/psi/PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'libre/psi') diff --git a/libre/psi/PKGBUILD b/libre/psi/PKGBUILD index 16c9e2b78..e37c37f05 100644 --- a/libre/psi/PKGBUILD +++ b/libre/psi/PKGBUILD @@ -1,10 +1,11 @@ -# $Id$ +# $Id: PKGBUILD 196956 2013-10-21 11:28:57Z pierre $ # Maintainer: Pierre Schmitz +# Maintainer (Parabola): André Silva pkgname=psi pkgver=0.15 -pkgrel=1.1 -pkgdesc='Instant messaging application designed for the Jabber IM, Parabola rebranded' +pkgrel=2 +pkgdesc='Instant messaging application designed for the Jabber IM (Parabola rebranded)' url='http://psi-im.org/' license=('GPL') arch=('i686' 'x86_64' 'mips64el') @@ -16,9 +17,13 @@ source=("http://downloads.sourceforge.net/psi/psi-${pkgver}.tar.bz2" md5sums=('aea15f17cf93e7cea52f305523f761be' 'a641b77517c82c6e1f254d5595a25113') -build() { +prepare() { cd ${srcdir}/psi-${pkgver} patch -p0 -i ${srcdir}/parabola.patch +} + +build() { + cd ${srcdir}/psi-${pkgver} ./configure --prefix=/usr --release --no-separate-debug-info make } -- cgit v1.2.3-54-g00ecf