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

29 lines
1.1 KiB
Bash

# $Id: PKGBUILD 50839 2009-09-02 05:35:29Z andyrtr $
# Maintainer: tobias <tobias funnychar archlinux.org>
# Contributor: Aurelien Foret <orelien@chez.com>
pkgname=exo
pkgver=0.3.102
pkgrel=1
pkgdesc="Extensions to Xfce by os-cillation"
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL')
url="http://www.os-cillation.com/article.php?sid=40"
groups=('xfce4')
depends=("libxfce4util>=4.6.1" "hal>=0.5.13-2" 'hicolor-icon-theme' 'sh')
makedepends=("pygtk>=2.14.1" 'pkgconfig' 'libnotify' 'perl-uri' 'intltool')
optdepends=('libnotify notification support for exo-mount-notify' \
'perl-uri for mail-compose helper script')
options=('!libtool')
install=${pkgname}.install
source=(http://archive.xfce.org/src/xfce/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2)
md5sums=('fdc554faa86fd1d383461c257ed48da6')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
--localstatedir=/var --disable-static --enable-notifications \
--enable-python || return 1
make || return 1
make DESTDIR=${pkgdir} install || return 1
}