diff options
author | root <root@rshg054.dnsready.net> | 2012-08-14 00:02:20 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-14 00:02:20 +0000 |
commit | a36c4a33891932acf2ac1cdebbb9caed01d7df6f (patch) | |
tree | 43ba215e412fc3ce04b316dd929467bfac0c8078 /community/gsmartcontrol/PKGBUILD | |
parent | 07a52495b8a64f14843878d6116151fbdb6deefb (diff) |
Tue Aug 14 00:02:20 UTC 2012
Diffstat (limited to 'community/gsmartcontrol/PKGBUILD')
-rw-r--r-- | community/gsmartcontrol/PKGBUILD | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/community/gsmartcontrol/PKGBUILD b/community/gsmartcontrol/PKGBUILD index 87325e3d5..5d772fd4a 100644 --- a/community/gsmartcontrol/PKGBUILD +++ b/community/gsmartcontrol/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Jelle van der Waa <jelle@vdwaa.nl> pkgname=gsmartcontrol -pkgver=0.8.6 -pkgrel=3 +pkgver=0.8.7 +pkgrel=1 pkgdesc="A graphical user interface for the smartctl hard disk drive health inspection tool." arch=('i686' 'x86_64') url="http://gsmartcontrol.berlios.de/home/index.php/en/Home" @@ -12,7 +12,8 @@ optdepends=('gnomesu: for gsmartcontrol-root' 'gksu: for gsmartcontrol-root') install=${pkgname}.install source=(http://download.berlios.de/gsmartcontrol/${pkgname}-${pkgver}.tar.bz2) -md5sums=('d2ac685e2e73b05f7ba74c93623af739') +md5sums=('6d104c2ffc1e693cd1a8052a6d7e3b30') + build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -20,6 +21,11 @@ build() { make } +check() { + cd ${srcdir}/${pkgname}-${pkgver} + make check +} + package() { cd ${srcdir}/${pkgname}-${pkgver} |