mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
10 lines
219 B
Text
10 lines
219 B
Text
# Template file for 'tdb-python'.
|
|
#
|
|
short_desc="Trivial Database - python bindings"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the Python bindings to the libtdb."
|
|
|
|
do_install() {
|
|
vmove "usr/lib/python*" usr/lib
|
|
}
|