db: split libdb_cxx into its own subpkg "libdb-cxx".

This commit is contained in:
Juan RP
2012-02-06 16:51:04 +01:00
parent c11b35ada7
commit f58f836cf1
9 changed files with 35 additions and 24 deletions

View File

@@ -0,0 +1,11 @@
# Template file for 'libdb-cxx'.
#
revision=1
short_desc="${short_desc} - C++ shared libraries"
long_desc="${long_desc}
This package contains the C++ shared library for use in client programs."
do_install() {
vmove "usr/lib/libdb_cxx*.so*" usr/lib
}