summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan2016-07-03 03:10:48 -0600
committerJonathan2016-07-03 03:10:48 -0600
commitbad9f87521b23fffcec8e4009f87f8d73b0ea504 (patch)
tree7049233e8ab0bb0969126a3d92fae257b2e695a2 /PKGBUILD
parent95f0308978861d684e608ea0e2afb8aab0448e43 (diff)
downloadaur-bad9f87521b23fffcec8e4009f87f8d73b0ea504.tar.gz
fixed path issues and added signature to service unit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index feebe939fadc..290d960219c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,17 +6,19 @@
validpgpkeys=('EFD9413B17293AFDFE6EA6F1402A088DEDF104CB')
pkgname=ntopng
pkgver=2.4
-pkgrel=2
+pkgrel=3
pkgdesc='The next generation version of the original ntop, a network traffic probe that shows the network usage'
arch=('x86_64' 'i686')
url='http://www.ntop.org/'
license=('GPL3')
depends=('redis' 'geoip')
+# Add ndpi as dep once issues is fixed with 404 on source
makedepends=('glib2' 'automake' 'libtool' 'geoip' 'libpcap' 'wget' 'libxml2' 'sqlite' 'curl' 'libmariadbclient')
-source=("http://downloads.sourceforge.net/project/ntop/ntopng/ntopng-2.4-stable.tar.gz" "ntopng@.service" "ntopng-2.4-stable.tar.gz.sig")
+source=("http://downloads.sourceforge.net/project/ntop/ntopng/ntopng-2.4-stable.tar.gz" "ntopng@.service" "ntopng-2.4-stable.tar.gz.sig" "ntopng@.service.sig")
sha512sums=('515dd7889ae3aaf2482371bb2c55ab7300cf4207fe07f37029b7529bfb710379c19a54f58cf6df87e42454c0c99d15291af334adff676252301d9edd0acf3c7a'
'b3d9a2032cce91ee4faf81522a30a2877540b3fc7a0d43f8fe4f01c16efb0b8f6e73cfe26028b3a070296d7156abf511d3e11f93635ca2de8a4d67322b0ade60'
+ 'SKIP'
'SKIP')
build() {
@@ -29,7 +31,7 @@ build() {
package() {
cd ntopng-2.4-stable
- make DESTDIR=$pkgdir install
+ make install
mkdir -p $pkgdir/usr/lib/systemd/system
install -m644 "$srcdir/ntopng@.service" "$pkgdir/usr/lib/systemd/system"