python3-xapian: initial commit, version 1.4.24
This commit is contained in:
parent
f8bc0d8acc
commit
5815881b1e
9
python3-xapian/.footprint
Normal file
9
python3-xapian/.footprint
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
drwxr-xr-x root/root usr/lib/python3.10/
|
||||||
|
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
|
||||||
|
drwxr-xr-x root/root usr/lib/python3.10/site-packages/xapian/
|
||||||
|
-rw-r--r-- root/root usr/lib/python3.10/site-packages/xapian/__init__.cpython-310.opt-1.pyc
|
||||||
|
-rw-r--r-- root/root usr/lib/python3.10/site-packages/xapian/__init__.cpython-310.pyc
|
||||||
|
-rw-r--r-- root/root usr/lib/python3.10/site-packages/xapian/__init__.py
|
||||||
|
-rwxr-xr-x root/root usr/lib/python3.10/site-packages/xapian/_xapian.cpython-310-x86_64-linux-gnu.so
|
5
python3-xapian/.signature
Normal file
5
python3-xapian/.signature
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
untrusted comment: verify with /etc/ports/contrib.pub
|
||||||
|
RWSagIOpLGJF32NRf4Y/I7ArNpfO4h80iZQ02c7UYsFCtbrKbg2fexTroBuqwIrqu1YmXADEkyTKYb9nO9M0G0TRWl0kgWDICAo=
|
||||||
|
SHA256 (Pkgfile) = 0d970964d78d611da7ec4bd37e87abef0bb73648993e834d954ceda510d9c14e
|
||||||
|
SHA256 (.footprint) = a5cef7cf505b242fa9f79d260e11f583fdf408b19f6447abd271a2d41dd27909
|
||||||
|
SHA256 (xapian-bindings-1.4.24.tar.xz) = 513d578488279198ace13ad497510d2b22204d5d794b64143d05b7be974eb6cf
|
28
python3-xapian/Pkgfile
Normal file
28
python3-xapian/Pkgfile
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# Description: Python bindings for Xapian
|
||||||
|
# URL: https://xapian.org/docs/bindings/python
|
||||||
|
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
||||||
|
# Depends on: python3-sphinx xapian-core
|
||||||
|
|
||||||
|
name=python3-xapian
|
||||||
|
version=1.4.24
|
||||||
|
release=1
|
||||||
|
source=(https://oligarchy.co.uk/xapian/$version/xapian-bindings-$version.tar.xz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd xapian-bindings-$version
|
||||||
|
|
||||||
|
aclocal
|
||||||
|
autoconf
|
||||||
|
libtoolize
|
||||||
|
autoreconf -fiv
|
||||||
|
mkdir -p python3/docs/_static
|
||||||
|
|
||||||
|
./configure --prefix=/usr \
|
||||||
|
--with-python3 \
|
||||||
|
XAPIAN_CONFIG=/usr/bin/xapian-config \
|
||||||
|
--disable-documentation
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
|
rm -r $PKG/usr/share
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user