mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
mysql-hosttools: update to metfile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d81d2feed1
commit
72b47fb5d9
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/unpack mysql
|
$SCRIPTS/unpack mysql
|
||||||
|
|
||||||
setup_toolchain host
|
setup_toolchain host
|
||||||
|
14
packages/databases/mysql-hosttools/meta
Normal file
14
packages/databases/mysql-hosttools/meta
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
PKG_NAME="mysql-hosttools"
|
||||||
|
PKG_VERSION=""
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
PKG_LICENSE="LGPL"
|
||||||
|
PKG_SITE="http://www.mysql.com"
|
||||||
|
PKG_URL=""
|
||||||
|
PKG_DEPENDS=""
|
||||||
|
PKG_BUILD_DEPENDS="toolchain"
|
||||||
|
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"
|
Loading…
x
Reference in New Issue
Block a user