tdb: initial release
This commit is contained in:
parent
0329990259
commit
1a2cbbbabb
19
tdb/.footprint
Normal file
19
tdb/.footprint
Normal file
@ -0,0 +1,19 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/tdbbackup
|
||||
-rwxr-xr-x root/root usr/bin/tdbdump
|
||||
-rwxr-xr-x root/root usr/bin/tdbtool
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/tdb.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libtdb.a
|
||||
lrwxrwxrwx root/root usr/lib/libtdb.so -> libtdb.so.1.2.1
|
||||
lrwxrwxrwx root/root usr/lib/libtdb.so.1 -> libtdb.so.1.2.1
|
||||
-rwxr-xr-x root/root usr/lib/libtdb.so.1.2.1
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/tdb.pc
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/tdbbackup.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/tdbdump.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/tdbtool.8.gz
|
2
tdb/.md5sum
Normal file
2
tdb/.md5sum
Normal file
@ -0,0 +1,2 @@
|
||||
73ea81282a82e5c959d9c082af2d0215 tdb-1.2.1.tar.gz
|
||||
07e8fd5f98818e86cbc2b9a7535f884f tdb-man-1.2.1.tar.xz
|
18
tdb/Pkgfile
Normal file
18
tdb/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: Trivial DataBase similar gdbm
|
||||
# URL: http://tdb.samba.org/
|
||||
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
|
||||
|
||||
name=tdb
|
||||
version=1.2.1
|
||||
release=1
|
||||
source=(http://samba.org/ftp/$name/$name-$version.tar.gz
|
||||
$name-man-$version.tar.xz)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--disable-python
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
BIN
tdb/tdb-man-1.2.1.tar.xz
Normal file
BIN
tdb/tdb-man-1.2.1.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user