From 1d642dbda4408abc2677308f435035ea4e19a94d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Wed, 23 Oct 2013 17:00:08 -0200 Subject: psi-0.15-2: rebuild old package --- libre/psi/PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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-2-g168b