[Lunar-commits] <moonbase-other> lgi: Initial import

Stefan Wold ratler at lunar-linux.org
Wed Jan 2 20:51:32 CET 2013


commit a344faf1a233c9c2f2ad4b703c31b4175f44c550
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Wed, 02 Jan 2013 11:51:32 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/a344faf1a233c9c2f2ad4b703c31b4175f44c550

lgi: Initial import

LUA bindings for gobject-introspection
---
  devel/lgi/BUILD   | +10/-0    
  devel/lgi/DEPENDS | +4/-0     
  devel/lgi/DETAILS | +12/-0    
  3 files changed, 26 insertions(+)

--- /dev/null
+++ b/devel/lgi/BUILD
@@ -0,0 +1,10 @@
+(
+
+  make LUA_LIBDIR=/usr/lib/lua/5.1 \
+       LUA_SHAREDIR=/usr/share/lua/5.1 &&
+  prepare_install &&
+  make LUA_LIBDIR=/usr/lib/lua/5.1 \
+       LUA_SHAREDIR=/usr/share/lua/5.1 install &&
+  install -Dm755 tools/dump-typelib.lua /usr/bin/dump-typelib
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/devel/lgi/DEPENDS
@@ -0,0 +1,4 @@
+depends lua
+depends libffi
+depends gobject-introspection
+depends glib-2
--- /dev/null
+++ b/devel/lgi/DETAILS
@@ -0,0 +1,12 @@
+          MODULE=lgi
+         VERSION=0.6.2
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=https://github.com/downloads/pavouk/lgi
+      SOURCE_VFY=sha1:357272ffe3377057d67fc1d073279345a50e19eb
+        WEB_SITE="https://github.com/pavouk/lgi"
+         ENTERED=20130102
+         UPDATED=20130102
+           SHORT="Lua bindings for gnome/gobject using gobject-introspection library"
+cat <<EOF
+Lua bindings for gnome/gobject using gobject-introspection library.
+EOF




More information about the Lunar-commits mailing list