Added mysql-5.1.14 build template.

--HG--
extra : convert_revision : 7414719ac4625fd2f8805d18fbd71096cba41eb6
This commit is contained in:
Juan RP
2010-03-04 13:50:13 +01:00
parent 03b853851a
commit 1534f5be21
21 changed files with 488 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Template file for 'libndbclient'.
#
short_desc="MySQL NDB (Network Database) client library"
long_desc="${long_desc}
This package includes the NDB client library."
Add_dependency run glibc
Add_dependency run zlib
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/mysql/libndbclient*.so.* ${DESTDIR}/usr/lib
}