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

26 lines
864 B
Bash

# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
# Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
pkgname=orage
pkgver=4.6.1
pkgrel=1
pkgdesc="A simple calendar application with reminders for Xfce"
arch=('i686' 'x86_64')
license=('GPL2')
url="http://www.xfce.org/projects/orage/"
groups=('xfce4')
depends=("xfce4-panel>=$pkgver" 'libnotify' 'hicolor-icon-theme')
makedepends=('intltool' 'pkgconfig')
options=('!libtool')
replaces=('xfcalendar')
install=${pkgname}.install
source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
md5sums=('24fa43dd86ec5af5a4766620fd972cf2')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
--localstatedir=/var --disable-static || return 1
make || return 1
make DESTDIR=${pkgdir} install || return 1
}