diff --git a/srcpkgs/mariadb/template b/srcpkgs/mariadb/template index 707db3727bc..687b877ddaf 100644 --- a/srcpkgs/mariadb/template +++ b/srcpkgs/mariadb/template @@ -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 " 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 + } +} diff --git a/srcpkgs/mytop b/srcpkgs/mytop new file mode 120000 index 00000000000..45f92cdb790 --- /dev/null +++ b/srcpkgs/mytop @@ -0,0 +1 @@ +mariadb \ No newline at end of file