Created
October 30, 2011 21:09
-
-
Save exterm/1326446 to your computer and use it in GitHub Desktop.
xfce4-hdaps PKGBUILD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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