void-packages/srcpkgs/tdb/tdb-python.template

15 lines
283 B
Plaintext

# Template file for 'tdb-python'.
#
revision=1
short_desc="Trivial Database - python bindings"
long_desc="${long_desc}
This package contains the Python bindings to the libtdb."
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
}