[notify] dotconf: dropped unmaintained port

This commit is contained in:
Danny Rawlins 2020-03-09 15:49:45 +11:00
parent a449687bec
commit d6384373d9
3 changed files with 0 additions and 38 deletions

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/dotconf.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libdotconf.a
-rwxr-xr-x root/root usr/lib/libdotconf.la
lrwxrwxrwx root/root usr/lib/libdotconf.so -> libdotconf.so.0.0.1
lrwxrwxrwx root/root usr/lib/libdotconf.so.0 -> libdotconf.so.0.0.1
-rwxr-xr-x root/root usr/lib/libdotconf.so.0.0.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/dotconf.pc

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Wfg/RTxTNf40c4nqUaan1CJMtXzs3IVEKd4WzOxE6VJibidKPRqETWbmh9CySgpH88/UGWUadF0RoIzEEbUlAE=
SHA256 (Pkgfile) = 9145d6ab1f9a51279007e0fae9d920834b170133966bd97a0d90a50b75d8deda
SHA256 (.footprint) = ce075c024c986a404d2b305b4760911d98bbb2e863a1f1eaec138f3cb6374f01
SHA256 (v1.3.zip) = f992c289ef4c56d3995f887e6e33f94a25153b630af4ae2e5ed505afb5790d0e

View File

@ -1,22 +0,0 @@
# Description: A C library for parsing configuration files
# URL: https://github.com/williamh/dotconf
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
# Depends on:
name=dotconf
version=1.3
release=1
source=(https://github.com/williamh/$name/archive/v$version.zip)
build() {
cd $name-$version
autoreconf -i
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}