void-packages/srcpkgs/tdb/tdb-python.template
2010-11-21 16:44:55 +01:00

17 lines
349 B
Plaintext

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