development/cppdb: New maintainer
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1d8b05027d
commit
e2e1a83a7f
|
@ -2,7 +2,26 @@
|
|||
|
||||
# Slackware build script for cppdb
|
||||
|
||||
# Written by Asaf Ohayon (asaf at hadasa-oss net)
|
||||
# Originally written by Asaf Ohayon (asaf at hadasa-oss net)
|
||||
# Copyright (c) 2017 Cristiano Urban, Gonars, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=cppdb
|
||||
VERSION=${VERSION:-0.3.1}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="cppdb"
|
||||
VERSION="0.3.1"
|
||||
HOMEPAGE="http://cppcms.com"
|
||||
DOWNLOAD="http://sourceforge.net/projects/cppcms/files/cppdb/0.3.1/cppdb-0.3.1.tar.bz2/download"
|
||||
DOWNLOAD="http://sourceforge.net/projects/cppcms/files/cppdb/0.3.1/cppdb-0.3.1.tar.bz2"
|
||||
MD5SUM="129f1d75f46114b79160b93807d5223f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Asaf Ohayon"
|
||||
EMAIL="asaf@hadasa-oss.net"
|
||||
MAINTAINER="Cristiano Urban"
|
||||
EMAIL="cristiano.urban.slack@gmail.com"
|
||||
|
|
|
@ -12,7 +12,7 @@ cppdb: stand alone C++ connectivity library that supports MySQL,
|
|||
cppdb: PostgreSQL, Sqlite3 databases and generic ODBC drivers.
|
||||
cppdb:
|
||||
cppdb:
|
||||
cppdb: Project URL: http://cppcms.com
|
||||
cppdb: Homepage: http://cppcms.com
|
||||
cppdb:
|
||||
cppdb:
|
||||
cppdb:
|
||||
|
|
Loading…
Reference in New Issue