mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 20:57:14 +08:00
sqlite3 3.7.17
This commit is contained in:
parent
2514da832e
commit
1b860c377e
@ -5,23 +5,22 @@
|
||||
|
||||
pkgbase="sqlite3"
|
||||
pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc')
|
||||
_amalgamationver=3071502
|
||||
_amalgamationver2=${_amalgamationver/00/}
|
||||
_docver=3071502
|
||||
pkgver=3.7.15.2
|
||||
_amalgamationver=3071700
|
||||
_docver=${_amalgamationver}
|
||||
pkgver=3.7.17
|
||||
pkgrel=1
|
||||
pkgdesc="A C library that implements an SQL database engine"
|
||||
arch=('x86_64')
|
||||
license=('custom')
|
||||
license=('custom:Public Domain')
|
||||
url="http://www.sqlite.org/"
|
||||
makedepends=('tcl' 'readline>=6.0.00')
|
||||
source=( # tarball containing the amalgamation for SQLite 3.7.5 together with a configure script and makefile for building it; includes now also the Tcl Extension Architecture (TEA)
|
||||
http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
|
||||
http://www.sqlite.org/sqlite-doc-${_docver}.zip
|
||||
makedepends=('tcl' 'readline')
|
||||
source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together with a configure script and makefile for building it; includes now also the Tcl Extension Architecture (TEA)
|
||||
http://www.sqlite.org/2013/sqlite-autoconf-$_amalgamationver.tar.gz
|
||||
http://www.sqlite.org/2013/sqlite-doc-${_docver}.zip
|
||||
license.txt)
|
||||
options=('!libtool' '!emptydirs')
|
||||
md5sums=('bcb0ab0b5b30116b2531cfeef3c861b4'
|
||||
'159594c17290291fbbb47ee190b180f9'
|
||||
md5sums=('18c285053e9562b848209cb0ee16d4ab'
|
||||
'f8a99a3db44c9564b32fc47eca6d8cf0'
|
||||
'c1cdbc5544034d9012e421e75a5e4890')
|
||||
|
||||
build() {
|
||||
@ -44,7 +43,7 @@ build() {
|
||||
package_sqlite3() {
|
||||
|
||||
pkgdesc="A C library that implements an SQL database engine"
|
||||
depends=('readline>=6.0.00')
|
||||
depends=('readline')
|
||||
conflicts=('sqlite')
|
||||
replaces=('sqlite')
|
||||
|
||||
@ -62,6 +61,10 @@ package_sqlite3-tcl() {
|
||||
|
||||
cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
|
||||
make DESTDIR=${pkgdir} install
|
||||
|
||||
# link license
|
||||
install -m755 -d ${pkgdir}/usr/share/licenses
|
||||
ln -sf /usr/share/licenses/${pkgbase} "${pkgdir}/usr/share/licenses/${pkgname}"
|
||||
}
|
||||
|
||||
package_sqlite3-doc() {
|
||||
|
Loading…
Reference in New Issue
Block a user