16 lines
349 B
Text
16 lines
349 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."
|
|
|
|
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
|
|
}
|