mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
17 lines
687 B
Plaintext
17 lines
687 B
Plaintext
PKG_NAME="mysql"
|
|
PKG_VERSION="5.1.54"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="LGPL"
|
|
PKG_SITE="http://www.mysql.com"
|
|
PKG_URL="ftp://mirror.switch.ch/mirror/$PKG_NAME/Downloads/MySQL-5.1/$PKG_NAME-$PKG_VERSION.tar.gz"
|
|
PKG_DEPENDS="zlib ncurses"
|
|
PKG_BUILD_DEPENDS="toolchain zlib ncurses mysql-hosttools"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="database"
|
|
PKG_SHORTDESC="mysql: A database server"
|
|
PKG_LONGDESC="MySQL is a SQL (Structured Query Language) database server. SQL is the most popular database language in the world. MySQL is a client server implementation that consists of a server daemon mysqld and many different client programs/libraries."
|
|
PKG_IS_ADDON="no"
|
|
|
|
PKG_AUTORECONF="yes"
|