New package: inadyn-1.99.15
This commit is contained in:
parent
bec738b5c5
commit
914cf3f384
3 changed files with 54 additions and 0 deletions
19
srcpkgs/inadyn/files/inadyn.conf
Normal file
19
srcpkgs/inadyn/files/inadyn.conf
Normal file
|
@ -0,0 +1,19 @@
|
|||
syslog
|
||||
|
||||
# system default@dyndns.org
|
||||
# ssl
|
||||
# username yxxx
|
||||
# password xyxx
|
||||
# alias yyy
|
||||
# alias zzz
|
||||
#
|
||||
# system default@no-ip.com
|
||||
# username xxyx
|
||||
# password xxxy
|
||||
# alias yyy
|
||||
#
|
||||
# system default@tunnelbroker.net
|
||||
# ssl
|
||||
# username xyzzy
|
||||
# password update-key-in-advanced-tab
|
||||
# alias tunnel-id
|
5
srcpkgs/inadyn/files/inadyn/run
Normal file
5
srcpkgs/inadyn/files/inadyn/run
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
[ -r ./conf ] && . ./conf
|
||||
[ ! -d /run/inadyn ] && mkdir -p /run/inadyn
|
||||
chown inadyn:inadyn /run/inadyn
|
||||
exec chpst -u inadyn:inadyn inadyn $OPTS 2>&1
|
30
srcpkgs/inadyn/template
Normal file
30
srcpkgs/inadyn/template
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Template file for 'inadyn'
|
||||
pkgname=inadyn
|
||||
version=1.99.15
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-openssl"
|
||||
hostmakedepends="autoconf automake"
|
||||
makedepends="libressl-devel"
|
||||
short_desc="Small DynDNS client with SSL/TLS support"
|
||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://troglobit.com/inadyn.html"
|
||||
distfiles="ftp://troglobit.com/inadyn/inadyn-${version}.tar.xz"
|
||||
checksum=b54ed82653e9bd6624e579433907aecfd3e83bdab9ed0b3c21d6817c799ac715
|
||||
|
||||
system_accounts="inadyn"
|
||||
inadyn_homedir="/run/inadyn"
|
||||
|
||||
conf_files="/etc/inadyn.conf"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
sed -i 's;^install:.*$;install:;g' libite/Makefile
|
||||
sed -i '/#include <error.h>/d' libite/lite.h
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vconf ${FILESDIR}/inadyn.conf
|
||||
vsv inadyn
|
||||
}
|
Loading…
Reference in a new issue