mysql: use a working mirror; remove long_desc.
This commit is contained in:
parent
1c74774e2b
commit
835c4e791d
1 changed files with 2 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mysql'
|
# Template file for 'mysql'
|
||||||
pkgname=mysql
|
pkgname=mysql
|
||||||
version=5.6.14
|
version=5.6.14
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DSYSCONFDIR=/etc/mysql -DMYSQL_DATADIR=/var/lib/mysql
|
configure_args="-DSYSCONFDIR=/etc/mysql -DMYSQL_DATADIR=/var/lib/mysql
|
||||||
-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock -DDEFAULT_CHARSET=utf8
|
-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock -DDEFAULT_CHARSET=utf8
|
||||||
|
@ -28,16 +28,8 @@ short_desc="The world's most popular open source database"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="https://www.mysql.com/products/community/"
|
homepage="https://www.mysql.com/products/community/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://mirror.cogentco.com/pub/mysql/MySQL-5.6/mysql-${version}.tar.gz"
|
distfiles="http://files.directadmin.com/services/all/mysql/mysql-${version}.tar.gz"
|
||||||
checksum=7136963e07726abfb543b618cf368c8bb9480b5113327ca4a8f94c86f24b22c7
|
checksum=7136963e07726abfb543b618cf368c8bb9480b5113327ca4a8f94c86f24b22c7
|
||||||
long_desc="
|
|
||||||
MySQL is the world's most popular open source database software, with over
|
|
||||||
100 million copies of its software downloaded or distributed throughout
|
|
||||||
it's history. With its superior speed, reliability, and ease of use, MySQL
|
|
||||||
has become the preferred choice for Web, Web 2.0, SaaS, ISV, Telecom
|
|
||||||
companies and forward-thinking corporate IT Managers because it eliminates
|
|
||||||
the major problems associated with downtime, maintenance and administration
|
|
||||||
for modern, online applications."
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# We need some host binaries before starting cross compilation.
|
# We need some host binaries before starting cross compilation.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue