mariadb: update to 10.0.24; split mytop into subpkg.
This commit is contained in:
parent
ae214c07c7
commit
0bf2149eda
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mariadb'
|
||||
pkgname=mariadb
|
||||
version=10.0.23
|
||||
version=10.0.24
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DMYSQL_DATADIR=/var/lib/mysql
|
||||
|
@ -30,7 +30,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://mariadb.org/"
|
||||
license="GPL-2"
|
||||
distfiles="https://downloads.$pkgname.org/f/$pkgname-$version/source/$pkgname-$version.tar.gz"
|
||||
checksum=156eed69892834be66736aebe0a17a76d5031fd1c2f481a82228ff33bb7ba274
|
||||
checksum=65de16f5f9b1696e2a537bc7a99d122bc38fa77941ba2e65d8cdf363c8449094
|
||||
CFLAGS="-w"
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
@ -123,3 +123,11 @@ mariadb-client_package() {
|
|||
done
|
||||
}
|
||||
}
|
||||
mytop_package() {
|
||||
noarch=yes
|
||||
depends="perl-Term-ReadKey perl-DBD-mysql"
|
||||
short_desc="Top-like query monitor for MariaDB"
|
||||
pkg_install() {
|
||||
vbin ${DESTDIR}/usr/bin/mytop
|
||||
}
|
||||
}
|
||||
|
|
1
srcpkgs/mytop
Symbolic link
1
srcpkgs/mytop
Symbolic link
|
@ -0,0 +1 @@
|
|||
mariadb
|
Loading…
Reference in New Issue
Block a user