contrib/sslh/Pkgfile

22 lines
533 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
2017-06-22 00:33:32 +02:00
# Depends on: libconfig
2010-01-29 22:38:12 +01:00
name=sslh
2017-06-22 00:33:32 +02:00
version=1.18
2010-01-29 22:38:12 +01:00
release=1
2017-06-22 00:33:32 +02:00
source=(http://www.rutschle.net/tech/$name/$name-v${version}.tar.gz sslh.rc)
2010-01-29 22:38:12 +01:00
build () {
2017-06-22 00:33:32 +02:00
2010-01-29 22:38:12 +01:00
install -D -m 0755 $name.rc $PKG/etc/rc.d/$name
2017-06-22 00:33:32 +02:00
2014-05-13 09:34:27 +02:00
cd $name-v${version}
2017-06-22 00:33:32 +02:00
make -j1
2010-01-29 22:38:12 +01:00
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
}