1 # Contributor: das-ich <das-ich at yandex.ru>
6 pkgdesc="Knutclient is a GUI interface for UPS system NUT."
7 #url="http://www.knut.noveradsl.cz/knutclient/"
8 url="http://kde-apps.org/content/show.php/KNutClient?content=44259"
11 depends=("kdelibs" "qt")
12 makedepends=('cmake' 'automoc4')
13 source=(ftp://ftp.buzuluk.cz/pub/alo/knutclient/stable/$pkgname-$pkgver.tar.gz)
14 md5sums=('b01cc17ef72c7598f51cc7cd98e3bf40')
17 cd $startdir/src/$pkgname-$pkgver
19 cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_BUILD_TYPE=Release
21 make DESTDIR=$startdir/pkg install