Skip to content

Commit

Permalink
Add percona meta package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Perkin committed Feb 14, 2014
1 parent 141a44e commit 74602ef
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions percona/DESCR
@@ -0,0 +1,2 @@
Meta package which contains everything required for a particular
version of Percona.
24 changes: 24 additions & 0 deletions percona/Makefile
@@ -0,0 +1,24 @@
# $NetBSD$

DISTNAME= ${MYSQL_PKG_PREFIX}-1.0
CATEGORIES= meta-pkgs
MASTER_SITES= # empty
DISTFILES= # empty

MAINTAINER= jperkin@joyent.com
COMMENT= Meta-package for a Percona environment
LICENSE= public-domain

META_PACKAGE= yes

.include "../../mk/mysql.buildlink3.mk"

.if empty(MYSQL_PKG_PREFIX:Mpercona*)
BROKEN= Only supports Percona packages
.endif

DEPENDS+= p5-DBD-${MYSQL_PKG_PREFIX}-[0-9]*:../../databases/p5-DBD-mysql
DEPENDS+= ${MYSQL_PKG_PREFIX}-xtrabackup-[0-9]*:../../joyent/percona-xtrabackup
DEPENDS+= quickbackup-percona-[0-9]*:../../joyent/quickbackup-percona

.include "../../mk/bsd.pkg.mk"

0 comments on commit 74602ef

Please sign in to comment.