db: move shared libs into libdb subpkg, move /usr/share/doc into -docs subpkg.
This commit is contained in:
parent
ef9cfa20bf
commit
fbdbcad15f
7 changed files with 43 additions and 6 deletions
14
srcpkgs/db/db-docs.template
Normal file
14
srcpkgs/db/db-docs.template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'db-docs'.
|
||||
#
|
||||
short_desc="${short_desc} (documentation files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the documentation files for the API and utilities."
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install()
|
||||
{
|
||||
install -d ${DESTDIR}/usr/share
|
||||
mv ${SRCPKGDESTDIR}/usr/share/doc ${DESTDIR}/usr/share
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue