forked from ports/contrib
dircproxy: new port
This commit is contained in:
parent
0236bbf6c0
commit
7826db4463
11
dircproxy/.footprint
Normal file
11
dircproxy/.footprint
Normal file
@ -0,0 +1,11 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/dircproxy
|
||||
-rwxr-xr-x root/root usr/bin/dircproxy-crypt
|
||||
drwxr-xr-x root/root usr/etc/
|
||||
-rw-r--r-- root/root usr/etc/dircproxyrc.sample
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/dircproxy-crypt.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/dircproxy.1.gz
|
5
dircproxy/.signature
Normal file
5
dircproxy/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/stenur.pub
|
||||
RWQEMWjN1NA435cMypE4YQ9biR6392rtNOJx9GiSgbYplodZT2okTFQFysLIVrZgvepV2yki2N0rV1LsJUUFxEO3ssH9OfmGhAo=
|
||||
SHA256 (Pkgfile) = d4c2d17c1633253647083b3f63a5b29647594b36cd24d4d17b65dae44e38ef13
|
||||
SHA256 (.footprint) = 128f34d7704775d83d0af3e51e8594ea8fd769d1c00f3d7febeefcf517a12405
|
||||
SHA256 (dircproxy-20200918.tar.gz) = bf39dbb83f0632b58eb12d85079cda00923cdea398b6d01c449b671f1ce49297
|
27
dircproxy/Pkgfile
Normal file
27
dircproxy/Pkgfile
Normal file
@ -0,0 +1,27 @@
|
||||
# Description: An IRC proxy server
|
||||
# URL: https://github.com/w8tvi/dircproxy
|
||||
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
|
||||
|
||||
name=dircproxy
|
||||
version=20200918
|
||||
gitver=dc563b3299da17f59ae0e410ed1de4b73f014bd7
|
||||
release=1
|
||||
source=(https://github.com/w8tvi/$name/archive/$gitver/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$gitver
|
||||
|
||||
./autogen.sh
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/usr/etc/
|
||||
|
||||
make
|
||||
|
||||
make DESTDIR=$PKG install
|
||||
install -d $PKG/usr/etc
|
||||
mv $PKG/usr/share/$name/${name}rc.sample $PKG/usr/etc/
|
||||
rm -rf $PKG/usr/share/$name
|
||||
}
|
||||
|
||||
# s-sh-mode
|
Loading…
x
Reference in New Issue
Block a user