ntdb: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-01-31 17:55:49 +00:00
parent c7df477d05
commit a1e09eb130
3 changed files with 0 additions and 40 deletions

View File

@ -1,17 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ntdbbackup
-rwxr-xr-x root/root usr/bin/ntdbdump
-rwxr-xr-x root/root usr/bin/ntdbrestore
-rwxr-xr-x root/root usr/bin/ntdbtool
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/ntdb.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libntdb.so -> libntdb.so.1.0
lrwxrwxrwx root/root usr/lib/libntdb.so.1 -> libntdb.so.1.0
-rwxr-xr-x root/root usr/lib/libntdb.so.1.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/ntdb.pc
drwxr-xr-x root/root usr/lib/python2.7/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/
-rwxr-xr-x root/root usr/lib/python2.7/site-packages/ntdb.so

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/V4KSvEHmunMYXGMBw5He9kzNj2bOsG1KpkVRD1Zn2U5xGQ3pTgTjpNQsKjz/K9Wo+p63NrH4RlzT6dwlJJMCQw=
SHA256 (Pkgfile) = 19d04e2aac404492da69656395827f1353467b9e1b1b232cfc695d727e01d88e
SHA256 (.footprint) = 09b0fda7c070bddc4234632d5e0f48b8e9bd07fceb9727acae66f2b89fe96873
SHA256 (ntdb-1.0.tar.gz) = 817ae862b1e6976cab867468f209d8417a90c7c2fcf0ec079a45645d7e7ebf49

View File

@ -1,18 +0,0 @@
# Description: Simple database library based on gdbm (replacement of tdb)
# URL: https://www.samba.org/ftp/tdb/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: python
name=ntdb
version=1.0
release=2
source=(https://www.samba.org/ftp/tdb/$name-$version.tar.gz)
build () {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}