updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / hdsentinel / PKGBUILD
blobd8e250333db386d836739ddbbb9c95d9eb005c7f
1 # Contributor: János Illés <ijanos@gmail.com>
2 pkgname=hdsentinel
3 pkgver=0.3
4 pkgrel=3
5 pkgdesc="A freeware, closed source, SMART analysis tool"
6 arch=('i686' 'x86_64')
7 url="http://www.hdsentinel.com/hdslin.php"
8 license=('unknown')
9 if [[ $CARCH == "i686" ]]; then
10   depends=()
11 elif [[ $CARCH == "x86_64" ]]; then
12   depends=('lib32-glibc')
14 source=(http://www.hdsentinel.com/hdslin/hdsentinel.gz)
15 md5sums=('f47044d4eaac5cd3663ecd864ece28be')
17 build() {
18   cd $srcdir
19   install -m755 -D hdsentinel $pkgdir/usr/sbin/hdsentinel ||return 1
22 # vim:set ts=2 sw=2 et: