summaryrefslogtreecommitdiff
path: root/community/lgi
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-02 03:49:21 -0800
committerroot <root@rshg054.dnsready.net>2013-01-02 03:49:21 -0800
commitfa3e18ade0ab762a414c45ec433025d96b71254b (patch)
tree08ecca2723365f71ce85521c2ef8103921407d4f /community/lgi
parentc288a123dd9113afec1a1cc6a2d62fde30307cfa (diff)
Wed Jan 2 03:49:21 PST 2013
Diffstat (limited to 'community/lgi')
-rw-r--r--community/lgi/PKGBUILD17
1 files changed, 10 insertions, 7 deletions
diff --git a/community/lgi/PKGBUILD b/community/lgi/PKGBUILD
index 8aa162684..a59c2817c 100644
--- a/community/lgi/PKGBUILD
+++ b/community/lgi/PKGBUILD
@@ -1,25 +1,28 @@
-# $Id: PKGBUILD 81537 2012-12-23 19:51:51Z seblu $
+# $Id: PKGBUILD 81847 2013-01-02 00:52:50Z seblu $
# Maintainer: speps <speps at aur dot archlinux dot org>
# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
-pkgname=lgi
+pkgbase=lgi
+pkgname=(lua-lgi)
pkgver=0.6.2
pkgrel=1
-pkgdesc='Lua binadings for gnome/gobject using gobject-introspection library'
+pkgdesc='Lua bindings for gnome/gobject using gobject-introspection library'
arch=(i686 x86_64)
url='https://github.com/pavouk/lgi'
license=('custom:MIT')
depends=('glibc' 'glib2' 'libffi' 'lua' 'gobject-introspection')
-source=("https://github.com/downloads/pavouk/lgi/$pkgname-$pkgver.tar.gz")
+replaces=('lgi')
+conflicts=('lgi')
+source=("https://github.com/downloads/pavouk/lgi/$pkgbase-$pkgver.tar.gz")
md5sums=('9ae2c0740e9ea536b6b6afacea5bd21b')
build() {
- cd $pkgname-$pkgver
+ cd $pkgbase-$pkgver
make
}
-package() {
- cd $pkgname-$pkgver
+package_lua-lgi() {
+ cd $pkgbase-$pkgver
make \
LUA_LIBDIR=/usr/lib/lua/5.2 \
LUA_SHAREDIR=/usr/share/lua/5.2 \