diff options
author | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
commit | 1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 (patch) | |
tree | 016bfa1969323404c37dbef29cfc7242a5a8e9f3 /community/luasql-mysql | |
parent | e9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (diff) |
Sun Feb 10 01:12:35 PST 2013
Diffstat (limited to 'community/luasql-mysql')
-rw-r--r-- | community/luasql-mysql/PKGBUILD | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/community/luasql-mysql/PKGBUILD b/community/luasql-mysql/PKGBUILD deleted file mode 100644 index 54aff4c20..000000000 --- a/community/luasql-mysql/PKGBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# $Id: PKGBUILD 61380 2011-12-29 16:34:45Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Maintainer: Anders Bergh <anders1@gmail.com> - -pkgname=luasql-mysql -pkgver=2.2.0 -pkgrel=1 -pkgdesc="MySQL module for Lua" -arch=('i686' 'x86_64') -url="http://www.keplerproject.org/luasql/" -license=('MIT') -depends=('lua' 'libmysqlclient') -source=(https://github.com/downloads/keplerproject/luasql/luasql-$pkgver.tar.gz) -md5sums=('59d72db444c6369c936d4f03694db6b7') - -build() { - cd "$srcdir/luasql-$pkgver" - make T=mysql PREFIX=/usr DRIVER_LIBS="$(mysql_config --libs)" \ - DRIVER_INCS="$(mysql_config --include) -fPIC" - install -Dm644 src/mysql.so $pkgdir/usr/lib/lua/5.1/luasql/mysql.so - install -Dm644 doc/us/license.html $pkgdir/usr/share/licenses/$pkgname/license.html -} |