contrib/sslh/Pkgfile

18 lines
509 B
Plaintext
Raw Normal View History

2010-01-29 22:38:12 +01:00
# Description: accept both HTTPS and SSH connections on the same port
# URL: http://www.rutschle.net/tech/sslh.shtml
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on:
name=sslh
2014-05-13 09:34:27 +02:00
version=1.16
2010-01-29 22:38:12 +01:00
release=1
2014-05-13 09:34:27 +02:00
source=(http://www.rutschle.net/tech/$name-v${version}.tar.gz sslh.rc)
2010-01-29 22:38:12 +01:00
build () {
install -D -m 0755 $name.rc $PKG/etc/rc.d/$name
2014-05-13 09:34:27 +02:00
cd $name-v${version}
2010-01-29 22:38:12 +01:00
make
install -D -m 0644 $name.8.gz $PKG/usr/man/man8/$name.8.gz
2011-07-15 21:14:12 +02:00
install -D -m 0755 $name-select $PKG/usr/sbin/$name
2010-01-29 22:38:12 +01:00
}