Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37334989
en ru br
ALT Linux repos
S:0.9.2-alt1

Group :: System/Libraries
RPM: lgi

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Summary: Lua bindings to GObject libraries
Name: lgi
Version: 0.9.1
Release: alt2
License: MIT/X11
Group: System/Libraries
Url: http://github.com/pavouk/lgi
Source0: %name-%version.tar

BuildRequires: liblua5-devel gobject-introspection-devel

%description
Dynamic Lua binding to any library which is introspectable using
gobject-introspection. Allows using GObject-based libraries directly
from Lua.

If you need to support pre-gobject-introspection GTK (ancient GTK+ 2.x
releases), use Lua-Gnome.

%prep
%setup

%build
make
%install
%makeinstall_std PREFIX=%_prefix LUA_LIBDIR=%_libdir/lua/5.3 LUA_SHAREDIR=%_datadir/lua/5.3

%files
%_libdir/lua/5.3//%name
%_datadir/lua/5.3/%name.lua
%_datadir/lua/5.3/%name

%doc README.md docs samples

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin