Skip to content

Instantly share code, notes, and snippets.

@exterm
Created October 30, 2011 21:09
Show Gist options
  • Save exterm/1326446 to your computer and use it in GitHub Desktop.
Save exterm/1326446 to your computer and use it in GitHub Desktop.
xfce4-hdaps PKGBUILD
# Maintainer: Pethe Milan <[email protected]>
pkgname=xfce4-hdaps
pkgver=0.0.7
pkgrel=1
pkgdesc="A plugin to indicate the status of the IBM Hard Drive Active Protection System, or HDAPS."
arch=(i686 x86_64)
license=('GPL')
url="http://michael.orlitzky.com/code/xfce4-hdaps.php"
depends=('tp_smapi' 'linux')
makedepends=('pkgconfig')
source=(http://michael.orlitzky.com/code/releases/$pkgname-$pkgver.tar.gz)
md5sums=('4f32ab8f12785d12c2c0fc7e62e60748')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment