summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan2016-07-03 03:10:48 -0600
committerJonathan2016-07-03 03:10:48 -0600
commitbad9f87521b23fffcec8e4009f87f8d73b0ea504 (patch)
tree7049233e8ab0bb0969126a3d92fae257b2e695a2
parent95f0308978861d684e608ea0e2afb8aab0448e43 (diff)
downloadaur-bad9f87521b23fffcec8e4009f87f8d73b0ea504.tar.gz
fixed path issues and added signature to service unit
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rw-r--r--ntopng@.service.sigbin0 -> 543 bytes
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f109423c8806..a94f20abf8ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jul 3 07:51:14 UTC 2016
+# Sun Jul 3 09:10:16 UTC 2016
pkgbase = ntopng
pkgdesc = The next generation version of the original ntop, a network traffic probe that shows the network usage
pkgver = 2.4
- pkgrel = 2
+ pkgrel = 3
url = http://www.ntop.org/
arch = x86_64
arch = i686
@@ -23,9 +23,11 @@ pkgbase = ntopng
source = http://downloads.sourceforge.net/project/ntop/ntopng/ntopng-2.4-stable.tar.gz
source = ntopng@.service
source = ntopng-2.4-stable.tar.gz.sig
+ source = ntopng@.service.sig
sha512sums = 515dd7889ae3aaf2482371bb2c55ab7300cf4207fe07f37029b7529bfb710379c19a54f58cf6df87e42454c0c99d15291af334adff676252301d9edd0acf3c7a
sha512sums = b3d9a2032cce91ee4faf81522a30a2877540b3fc7a0d43f8fe4f01c16efb0b8f6e73cfe26028b3a070296d7156abf511d3e11f93635ca2de8a4d67322b0ade60
sha512sums = SKIP
+ sha512sums = SKIP
pkgname = ntopng
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"
diff --git a/ntopng@.service.sig b/ntopng@.service.sig
new file mode 100644
index 000000000000..a30b57df9ca7
--- /dev/null
+++ b/ntopng@.service.sig
Binary files differ