summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJavier Ruere2016-12-08 20:19:42 -0300
committerJavier Ruere2016-12-08 20:23:15 -0300
commit9e78a50ba7c5e6946f7c309cc3becfa4cc72d14c (patch)
tree8d0be3aa6f9b645265e33c0ee1447bb26bd2f934 /PKGBUILD
parent274bf160edabe67e5b201f3e4373671765664827 (diff)
downloadaur-shncpd-git.tar.gz
Adds missing script used to help setup DNS.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3892d94df73..2e66f7891faa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('shncpd-git')
_pkgname=shncpd
pkgver=141
-pkgrel=1
+pkgrel=2
pkgdesc='implementation of the Home Networking Control Protocol (HNCP) and associated protocols'
url='https://github.com/jech/shncpd'
arch=('i686' 'x86_64')
@@ -27,6 +27,7 @@ package() {
provides=('shncpd')
install -D -m644 "$srcdir/${_pkgname}"/LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m554 "$srcdir/${_pkgname}"/shncpd-script.sh "${pkgdir}/usr/lib/shncpd/shncpd-script.sh"
install -d "${pkgdir}"/usr/{bin,share/man}
cd "$srcdir/${_pkgname}"
make install TARGET="${pkgdir}" PREFIX="/usr"