mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 02:47:13 +08:00
next for sqlite group, unixodbc, apr-util updates
This commit is contained in:
parent
16dd24073e
commit
6d56598759
@ -1,15 +1,11 @@
|
||||
#
|
||||
# Core Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
# maintainer abveritas@chakra-project.org
|
||||
|
||||
pkgname=apr-util
|
||||
pkgver=1.3.12
|
||||
pkgrel=3
|
||||
pkgver=1.4.1
|
||||
pkgrel=1
|
||||
pkgdesc="The Apache Portable Runtime"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://apr.apache.org/"
|
||||
@ -17,9 +13,7 @@ depends=('apr' 'gdbm' 'expat' 'db' 'libldap' 'unixodbc')
|
||||
options=('!libtool')
|
||||
license=('APACHE')
|
||||
source=("http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2")
|
||||
md5sums=('2aeddb384b03f3f73107770724d5c97b')
|
||||
|
||||
md5sums=('0f671b037ca62751a8a7005578085560')
|
||||
md5sums=('52b31b33fb1aa16e65ddaefc76e41151')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/apr-util-${pkgver}"
|
||||
|
@ -1,15 +1,11 @@
|
||||
#
|
||||
# Core Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
# maintainer abveritas@chakra-project.org
|
||||
|
||||
pkgname=unixodbc
|
||||
pkgver=2.3.0
|
||||
pkgrel=3
|
||||
pkgver=2.3.1
|
||||
pkgrel=1
|
||||
pkgdesc="ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources"
|
||||
arch=(i686 x86_64)
|
||||
license=('GPL2' 'LGPL2.1')
|
||||
@ -18,7 +14,7 @@ backup=('etc/odbc.ini' 'etc/odbcinst.ini')
|
||||
depends=('readline>=6.0' 'libltdl')
|
||||
options=('!libtool')
|
||||
source=(http://www.unixodbc.org/unixODBC-$pkgver.tar.gz)
|
||||
md5sums=('f2ad22cbdffe836c58987ed2332c2e99')
|
||||
md5sums=('86788d4006620fa1f171c13d07fdcaab')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/unixODBC-${pkgver}
|
||||
|
Loading…
Reference in New Issue
Block a user