updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / xfce4-hdaps / PKGBUILD
blob139e8bcc125aace5963bfc53e27abcc83340583b
1 # Maintainer: Philip Mueller <me@alienemperor.de>
2 pkgname=xfce4-hdaps
3 pkgver=0.0.7
4 pkgrel=1
5 pkgdesc="A plugin to indicate the status of the IBM Hard Drive Active  Protection System, or HDAPS."
6 arch=(i686 x86_64)
7 license=('GPL')
8 url="http://michael.orlitzky.com/code/xfce4-hdaps.php"
9 depends=('tp_smapi' 'linux')
10 makedepends=('pkgconfig')
11 source=(http://michael.orlitzky.com/code/releases/$pkgname-$pkgver.tar.gz)
12 md5sums=('4f32ab8f12785d12c2c0fc7e62e60748')
14 build() {
15   cd "${srcdir}/${pkgname}-${pkgver}"
16   ./configure --prefix=/usr || return 1
17   make || return 1
18   make DESTDIR="${pkgdir}" install || return 1