14 lines
283 B
Text
14 lines
283 B
Text
# 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
|
|
}
|