Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rasmus Thomsen
aports
Commits
8c2d539d
Commit
8c2d539d
authored
Jan 06, 2018
by
Roberto Oliveira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/sqliteodbc: upgrade to 0.9995 and modernize
parent
e7620615
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
14 deletions
+11
-14
testing/sqliteodbc/APKBUILD
testing/sqliteodbc/APKBUILD
+11
-14
No files found.
testing/sqliteodbc/APKBUILD
View file @
8c2d539d
# Contributor: Robert Boisvert <rdboisvert@gmail.com>
# Maintainer: Robert Boisvert <rdboisvert@gmail.com>
pkgname
=
sqliteodbc
pkgver
=
0.999
3
pkgver
=
0.999
5
pkgrel
=
0
pkgdesc
=
"SQLite ODBC driver"
url
=
"http://www.ch-werner.de/sqliteodbc"
arch
=
"all"
license
=
"BSD"
makedepends
=
"libtool sqlite-dev unixodbc-dev"
source
=
"http://www.ch-werner.de/sqliteodbc/
$pkgname
-
$pkgver
.tar.gz"
url
=
"http://www.ch-werner.de/sqliteodbc"
_
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
prepare
()
{
cd
"
$
_
builddir
"
update_config_sub
||
return
1
cd
"
$builddir
"
update_config_sub
}
build
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
||
return
1
make
||
return
1
--prefix
=
/usr
make
}
package
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
mkdir
-p
"
$pkgdir
/usr/lib"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
rm
$pkgdir
/usr/lib/
*
.la
$pkgdir
/usr/lib/
*
.a
}
md5sums
=
"2a418fa3465d285f75218b619345cd53 sqliteodbc-0.9993.tar.gz"
sha256sums
=
"1a9a1abbd4387440a56b888113cebea6b39a832a16b456f355c71da69190fa35 sqliteodbc-0.9993.tar.gz"
sha512sums
=
"aeacb8630eb84940f8c5da8da62ca9a9449995ae300072ec192262e80a89064fb608db0b6d05aad49938beb48d6bd30c0c4694bef8980ece76b4ed3e459039c4 sqliteodbc-0.9993.tar.gz"
sha512sums
=
"21a9b1ae7f5b607de6d22478befdfaf55e1248f7e1e9984c9dea039bcdec2b69ade9ec92e31fcae2007652d6764b74a9a1cebae199fdc52afeca06a226de85d9 sqliteodbc-0.9995.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment