mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
dev-libs/octetos-db-maria: adding package
Signed-off-by: Azael Reyes <azael.devel@gmail.com> Package-Manager: Portage-2.3.89, Repoman-2.3.20
This commit is contained in:
1
dev-libs/octetos-db-maria/Manifest
Normal file
1
dev-libs/octetos-db-maria/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST 1.2.2-alpha.6.tar.gz 91810 BLAKE2B 9c274928564e61e20ba5d553c41b588333b0abc52d6d964eb8c39e225a72d19c6b6cf953d94240245bad72e318edfce30662d1ed59fd0edf42159794c6be6952 SHA512 cde9aa8dc8552f5c4d10bef9908dc514e5cecfba73f3b67bd817e9818f84e665cc506648e15fe47dcd5ab0a8ae4943340e258c5a4b2b7546e65fb38455956c45
|
||||
8
dev-libs/octetos-db-maria/metadata.xml
Normal file
8
dev-libs/octetos-db-maria/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>azael.devel@gmail.com</email>
|
||||
<name>Azael Reyes</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
29
dev-libs/octetos-db-maria/octetos-db-maria-1.2.2_beta.ebuild
Normal file
29
dev-libs/octetos-db-maria/octetos-db-maria-1.2.2_beta.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
DESCRIPTION="C++ library for Database Acces."
|
||||
HOMEPAGE="https://github.com/azaeldevel/octetos-db"
|
||||
SRC_URI="https://github.com/azaeldevel/octetos-db/archive/1.2.2-alpha.6.tar.gz"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
DEPEND="dev-libs/octetos-core dev-db/mariadb-connector-c"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
ln -s octetos-db-1.2.2-alpha.6 $P
|
||||
}
|
||||
src_configure() {
|
||||
autoreconf -fi
|
||||
if [[ -x ${ECONF_SOURCE:-.}/configure ]] ; then
|
||||
econf --with-mariadb
|
||||
fi
|
||||
}
|
||||
src_compile() {
|
||||
if [ -f Makefile ] || [ -f GNUmakefile ] || [ -f makefile ]; then
|
||||
emake || die "emake failed"
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user