stunnel: remove tcp_wrappers from dependencies, move man-pages
This commit is contained in:
parent
062d714400
commit
caa62402ac
@ -8,11 +8,12 @@ drwxr-xr-x root/root etc/ssl/keys/
|
||||
-rw------- root/root etc/ssl/keys/stunnel.key (EMPTY)
|
||||
-rw-r--r-- root/root etc/stunnel.conf
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/stunnel.8.gz
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/stunnel
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man8/
|
||||
-rw-r--r-- root/root usr/share/man/man8/stunnel.8.gz
|
||||
drwxr-xr-x root/root var/
|
||||
drwxr-xr-x root/root var/run/
|
||||
drwxrwx--- stunnel/stunnel var/run/stunnel/
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Description: Stunnel wraps normal socket connections with SSL/TLS
|
||||
# URL: http://www.stunnel.org
|
||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||
# Depends on: openssl tcp_wrappers zlib
|
||||
# Depends on: openssl zlib
|
||||
|
||||
name=stunnel
|
||||
version=5.25
|
||||
release=1
|
||||
release=2
|
||||
source=(https://www.stunnel.org/downloads/$name-$version.tar.gz \
|
||||
$name.conf $name)
|
||||
|
||||
@ -21,7 +21,7 @@ build () {
|
||||
make
|
||||
|
||||
install -D -m 0755 src/stunnel $PKG/usr/sbin/stunnel
|
||||
install -D -m 0644 doc/stunnel.8 $PKG/usr/man/man8/stunnel.8
|
||||
install -D -m 0644 doc/stunnel.8 $PKG/usr/share/man/man8/stunnel.8
|
||||
install -D -m 0755 $SRC/stunnel $PKG/etc/rc.d/stunnel
|
||||
install -D -m 0644 $SRC/stunnel.conf $PKG/etc/stunnel.conf
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user