updated on Mon Jan 9 20:07:11 UTC 2012
[aur-mirror.git] / xfce4-linelight-plugin / PKGBUILD
blob9d8facba8ede0ea48aeb6e7273cc845db78ab438
1 # Maintainer: Spike29 <leguen.yannick@gmail.com>
2 # Contributor: Michael Pfeuti <m_pfeuti@students.unibe.ch>
4 pkgname=xfce4-linelight-plugin
5 pkgver=0.1.7
6 pkgrel=2
7 pkgdesc="A simple frontend for the locate search."
8 arch=('i686' 'x86_64')
9 license=('GPL2')
10 url="http://goodies.xfce.org/"
11 groups=('xfce4-goodies')
12 depends=('xfce4-panel>=4.8.0' 'mlocate')
13 makedepends=('pkgconfig')
14 options=('!libtool')
15 install=${pkgname}.install
16 source=(https://launchpad.net/ubuntu/+archive/primary/+files/xfce4-linelight-plugin_0.1.7.orig.tar.bz2)
17 md5sums=('1915cd661aafd09c08e04d65775a78ce')
19 build() {
20   cd ${startdir}/src/${pkgname}-${pkgver}
21   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
22     --localstatedir=/var --disable-static
23   make || return 1
24   make DESTDIR=${startdir}/pkg install