ports/opt (3.4): liblogging: initial import, version 1.0.5
commit 406683016033fe5ebfacc7f8a8b86b32eb82cf70 Author: Matt Housh <jaeger@crux.ninja> Date: Wed Oct 31 20:11:24 2018 -0500 liblogging: initial import, version 1.0.5 diff --git a/liblogging/.footprint b/liblogging/.footprint new file mode 100644 index 000000000..d10a4de88 --- /dev/null +++ b/liblogging/.footprint @@ -0,0 +1,20 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/stdlogctl +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/liblogging/ +-rw-r--r-- root/root usr/include/liblogging/stdlog.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/liblogging-stdlog.a +-rwxr-xr-x root/root usr/lib/liblogging-stdlog.la +lrwxrwxrwx root/root usr/lib/liblogging-stdlog.so -> liblogging-stdlog.so.0.0.0 +lrwxrwxrwx root/root usr/lib/liblogging-stdlog.so.0 -> liblogging-stdlog.so.0.0.0 +-rwxr-xr-x root/root usr/lib/liblogging-stdlog.so.0.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/liblogging-stdlog.pc +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/stdlogctl.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/stdlog.3.gz diff --git a/liblogging/.signature b/liblogging/.signature new file mode 100644 index 000000000..7c1550db5 --- /dev/null +++ b/liblogging/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/opt.pub +RWSE3ohX2g5d/d85MeLsOtqxJV5CaYSsVYNIej03Dg6dLdVGBYLVv94qzcstVE3FXjC6/WOsh7QhT//yKQI/3DZI+RGXbGzAlws= +SHA256 (Pkgfile) = 84e8335e220c5fab39e1d0e1abec450d42846949a58915e7cc0999b98c736f57 +SHA256 (.footprint) = 2787b9fc08e59d0244487fb2e00236d7465967245d9038017949e32e3cf95504 +SHA256 (liblogging-1.0.5.tar.gz) = 310dc1691279b7a669d383581fe4b0babdc7bf75c9b54a24e51e60428624890b diff --git a/liblogging/Pkgfile b/liblogging/Pkgfile new file mode 100644 index 000000000..e04d58404 --- /dev/null +++ b/liblogging/Pkgfile @@ -0,0 +1,16 @@ +# Description: An easy to use logging library +# URL: http://www.liblogging.org/ +# Maintainer: Matt Housh, jaeger at crux dot ninja + +name=liblogging +version=1.0.5 +release=1 +source=(http://download.rsyslog.com/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --disable-journal + make + make DESTDIR=$PKG install +}
participants (1)
-
crux@crux.nu