From fa2422284685c88f06b20fd5a089ae27a0f543ab Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 5 Jun 2014 08:02:07 +0000 Subject: main/lua-sql: merge lua-sql drivers we build all the different sql drivers for all the different lua versions from a single APKBUILD --- main/lua-sql-postgres/APKBUILD | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 main/lua-sql-postgres/APKBUILD (limited to 'main/lua-sql-postgres') diff --git a/main/lua-sql-postgres/APKBUILD b/main/lua-sql-postgres/APKBUILD deleted file mode 100644 index abcb3898f4..0000000000 --- a/main/lua-sql-postgres/APKBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# Contributor: Mika Havela -# Maintainer: Mika Havela -pkgname=lua-sql-postgres -pkgver=2.2.0 -pkgrel=0 -pkgdesc="PostgreSQL driver for LuaSQL" -url="http://www.keplerproject.org/luasql/" -arch="all" -license="MIT" -depends="lua" -makedepends="lua-dev postgresql-dev" -install= -subpackages= -source="http://dev.alpinelinux.org/archive/$pkgname/luasql-$pkgver.tar.gz" -replaces=luasql-postgres - -build() { - cd "$srcdir/luasql-$pkgver" - make CFLAGS="$CFLAGS" T=postgres DRIVER_LIBS="-lpq" || return 1 -} - -package() { - cd "$srcdir/luasql-$pkgver" - install -D src/postgres.so "$pkgdir"/usr/lib/lua/5.1/luasql/postgres.so -} - -md5sums="59d72db444c6369c936d4f03694db6b7 luasql-2.2.0.tar.gz" -- cgit v1.2.3