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