2010-11-21 16:44:55 +01:00
|
|
|
# Template file for 'tdb-python'.
|
|
|
|
#
|
2011-11-12 09:45:15 +01:00
|
|
|
revision=1
|
2010-11-21 16:44:55 +01:00
|
|
|
short_desc="Trivial Database - python bindings"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the Python bindings to the libtdb."
|
|
|
|
|
2012-01-16 07:44:38 +01:00
|
|
|
do_install() {
|
|
|
|
vmove "usr/lib/python*" usr/lib
|
2010-11-21 16:44:55 +01:00
|
|
|
}
|