ndhc: update to 20150527.
This commit is contained in:
parent
8dd145f3d0
commit
e3352b7246
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'ndhc'
|
# Template file for 'ndhc'
|
||||||
pkgname=ndhc
|
pkgname=ndhc
|
||||||
version=20150217
|
version=20150527
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
make_dirs="/var/lib/ndhc/state 0755 root root
|
make_dirs="/var/lib/ndhc/state 0755 root root
|
||||||
/var/lib/ndhc/jail/dev 0755 root root"
|
/var/lib/ndhc/jail/dev 0755 root root"
|
||||||
@ -12,6 +12,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://github.com/niklata/ndhc"
|
homepage="https://github.com/niklata/ndhc"
|
||||||
nocross=yes # needs heavy CMakeLists patching
|
nocross=yes # needs heavy CMakeLists patching
|
||||||
|
_gitsum="277f0f67c5df5c1b023a737548e692ad92831ca3 9c2fd471442db3d927e76132b736b41084d9b119"
|
||||||
|
|
||||||
# XXX we use only one account for privsep, not three, because they
|
# XXX we use only one account for privsep, not three, because they
|
||||||
# should have the same primary group. to be verified.
|
# should have the same primary group. to be verified.
|
||||||
@ -26,6 +27,10 @@ fi
|
|||||||
do_fetch() {
|
do_fetch() {
|
||||||
git clone git://github.com/niklata/ndhc ${pkgname}-${version}
|
git clone git://github.com/niklata/ndhc ${pkgname}-${version}
|
||||||
git clone git://github.com/niklata/ncmlib ${pkgname}-${version}/ncmlib
|
git clone git://github.com/niklata/ncmlib ${pkgname}-${version}/ncmlib
|
||||||
|
cd "${pkgname}-${version}"
|
||||||
|
git checkout "${_gitsum[1]}"
|
||||||
|
cd ncmlib
|
||||||
|
git checkout "${_gitsum[2]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user