Added tdb-1.2.2 build template.
This commit is contained in:
16
srcpkgs/tdb/tdb-python.template
Normal file
16
srcpkgs/tdb/tdb-python.template
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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
|
||||
}
|
||||
Reference in New Issue
Block a user