mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
new port: tdb-32
This commit is contained in:
1
multilib/tdb-32/.checksums
Normal file
1
multilib/tdb-32/.checksums
Normal file
@@ -0,0 +1 @@
|
||||
2b46875d656cafd13f5d1d5bc64bfa21 tdb-1.4.8.tar.gz
|
||||
8
multilib/tdb-32/.pkgfiles
Normal file
8
multilib/tdb-32/.pkgfiles
Normal file
@@ -0,0 +1,8 @@
|
||||
tdb-32-1.4.8-1
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib32/
|
||||
lrwxrwxrwx root/root usr/lib32/libtdb.so -> libtdb.so.1.4.8
|
||||
lrwxrwxrwx root/root usr/lib32/libtdb.so.1 -> libtdb.so.1.4.8
|
||||
-rwxr-xr-x root/root usr/lib32/libtdb.so.1.4.8
|
||||
drwxr-xr-x root/root usr/lib32/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/tdb.pc
|
||||
22
multilib/tdb-32/spkgbuild
Normal file
22
multilib/tdb-32/spkgbuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# description : Trivial DataBase similar to gdbm
|
||||
# homepage : https://tdb.samba.org/
|
||||
# depends : python3-32
|
||||
|
||||
name=tdb-32
|
||||
version=1.4.8
|
||||
release=1
|
||||
source="https://www.samba.org/ftp/$name/${name%-*}-$version.tar.gz"
|
||||
|
||||
build() {
|
||||
export CC="gcc -m32"
|
||||
export CXX="g++ -m32"
|
||||
export PKG_CONFIG_LIBDIR="/usr/lib32/pkgconfig"
|
||||
|
||||
cd ${name%-*}-$version
|
||||
./configure --prefix=/usr --libdir=/usr/lib32
|
||||
make
|
||||
make DESTDIR=$PWD/DESTDIR install
|
||||
|
||||
mkdir -p $PKG/usr/lib32
|
||||
cp -Rv DESTDIR/usr/lib32/* $PKG/usr/lib32
|
||||
}
|
||||
Reference in New Issue
Block a user