diff --git a/dircproxy/.footprint b/dircproxy/.footprint new file mode 100644 index 000000000..342928180 --- /dev/null +++ b/dircproxy/.footprint @@ -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 diff --git a/dircproxy/.signature b/dircproxy/.signature new file mode 100644 index 000000000..860396f87 --- /dev/null +++ b/dircproxy/.signature @@ -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 diff --git a/dircproxy/Pkgfile b/dircproxy/Pkgfile new file mode 100644 index 000000000..06a6d2dd6 --- /dev/null +++ b/dircproxy/Pkgfile @@ -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