desktop/psi/PKGBUILD

32 lines
806 B
Bash
Raw Normal View History

2010-06-12 06:30:42 +08:00
#
# Apps Packages for Chakra, part of chakra-project.org
#
2012-10-11 02:24:36 +08:00
# maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
2010-06-12 06:30:42 +08:00
pkgname=psi
2012-10-11 02:24:36 +08:00
pkgver=0.15
pkgrel=1
2010-06-12 06:30:42 +08:00
pkgdesc='Instant messaging application designed for the Jabber IM'
url='http://psi-im.org/'
license=('GPL')
arch=('i686' 'x86_64')
depends=('qca-ossl' 'qca-gnupg' 'enchant' 'libxss' 'xdg-utils')
categories=('communication')
2010-06-12 06:30:42 +08:00
install='psi.install'
source=("http://downloads.sourceforge.net/psi/psi-${pkgver}.tar.bz2"
'chakralinux.patch')
2012-10-11 02:24:36 +08:00
md5sums=('aea15f17cf93e7cea52f305523f761be'
2010-06-12 07:02:28 +08:00
'4f41758f1ddff5cb2ac3396895da3530')
2010-06-12 06:30:42 +08:00
build() {
cd $srcdir/psi-${pkgver}
2010-06-12 07:02:28 +08:00
patch -p1 -i $srcdir/chakralinux.patch
2012-10-11 02:24:36 +08:00
./configure --prefix=/usr --release --no-separate-debug-info
make
2010-06-12 06:30:42 +08:00
}
package() {
cd $srcdir/psi-${pkgver}
make INSTALL_ROOT=$pkgdir install
}