aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-sql-sqlite3/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-06-05 08:02:07 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-06-05 08:26:16 +0000
commitfa2422284685c88f06b20fd5a089ae27a0f543ab (patch)
tree4c89ed293ce0f54e31ccc3630f32bf824d44fb84 /main/lua-sql-sqlite3/APKBUILD
parent8d61a971f145e0f6e70e71494ebec4b4cea56ab7 (diff)
downloadaports-fa2422284685c88f06b20fd5a089ae27a0f543ab.tar.bz2
aports-fa2422284685c88f06b20fd5a089ae27a0f543ab.tar.xz
main/lua-sql: merge lua-sql drivers
we build all the different sql drivers for all the different lua versions from a single APKBUILD
Diffstat (limited to 'main/lua-sql-sqlite3/APKBUILD')
-rw-r--r--main/lua-sql-sqlite3/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/main/lua-sql-sqlite3/APKBUILD b/main/lua-sql-sqlite3/APKBUILD
deleted file mode 100644
index 56a9f7d7f2..0000000000
--- a/main/lua-sql-sqlite3/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Maintainer: Natanael Copa <natanael.copa@gmail.com>
-pkgname=lua-sql-sqlite3
-pkgver=2.1.1
-pkgrel=4
-pkgdesc="LuaSQL driver for sqlite3"
-url="http://www.keplerproject.org/luasql/"
-arch="all"
-license="MIT"
-depends="lua"
-makedepends="lua-dev sqlite-dev"
-install=
-subpackages=
-source="http://luaforge.net/frs/download.php/2686/luasql-$pkgver.tar.gz"
-replaces=luasql-sqlite3
-
-build() {
- cd "$srcdir"/luasql-$pkgver
- make CFLAGS="$CFLAGS" T=sqlite3 DRIVER_LIBS="-lsqlite3" || return 1
-}
-
-package() {
- cd "$srcdir"/luasql-$pkgver
- install -D src/sqlite3.so "$pkgdir"/usr/lib/lua/5.1/luasql/sqlite3.so
-}
-
-md5sums="63bdd57de4b9d1be336ba112d8cb69eb luasql-2.1.1.tar.gz"