Added postgresql-8.4.2 build template.
--HG-- extra : convert_revision : bc2fb198b40e73611b230fdd576883f7cb1c0a06
This commit is contained in:
parent
96a0926cce
commit
888834d9c5
20 changed files with 438 additions and 0 deletions
15
srcpkgs/postgresql/postgresql-doc.template
Normal file
15
srcpkgs/postgresql/postgresql-doc.template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'postgresql-doc'.
|
||||
#
|
||||
short_desc="${sourcepkg} documentation"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains all README files, user manual, and examples for
|
||||
PostgreSQL 8.4. The manual is in HTML format."
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/share
|
||||
mv ${SRCPKGDESTDIR}/usr/share/doc ${DESTDIR}/usr/share
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue