PKGBUILDs/extra/apollon/PKGBUILD
2009-10-09 21:23:22 -05:00

23 lines
711 B
Bash

# $Id: PKGBUILD 6638 2008-07-26 01:22:07Z eric $
# Maintainer: damir <damir@archlinux.org>
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
pkgname=apollon
pkgver=1.0.2.1
pkgrel=4
pkgdesc="Apollon is a KDE-based client for the giFT."
arch=('i686' 'x86_64')
url="http://apollon.sourceforge.net/"
license=('GPL2')
depends=('kdelibs3' 'gift')
options=('libtool') #Don't slay .la files, this is a KDE app!
source=(http://dl.sourceforge.net/sourceforge/apollon/$pkgname-$pkgver.tar.gz)
md5sums=('d9624419e8fe3e1b274639063ea31dd0')
build() {
cd $startdir/src/$pkgname-$pkgver
. /etc/profile.d/kde3.sh
./configure --prefix=/opt/kde --without-arts
make || return 1
make DESTDIR=$startdir/pkg install
}