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

Group :: Development/Other
RPM: lua5.1-mpack

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Group: Development/Other
# see https://bugzilla.altlinux.org/show_bug.cgi?id=10382
%define _localstatedir %{_var}
#%{!?lua_version: %global lua_version %(lua -e "print(string.sub(_VERSION, 5))")}
%global lua_version 5.1
%global lua_libdir %{_libdir}/lua/%{lua_version}
%global lua_pkgdir %{_datadir}/lua/%{lua_version}

BuildRequires:  lua5.1-devel

Name:           lua5.1-mpack
Version:        1.0.10
Release:        alt1

License:        MIT
Summary:        libmpack lua binding
Url:            https://github.com/libmpack/libmpack-lua

Requires:       lua(abi) = %{lua_version}
BuildRequires:  libmpack-devel

Source0:        libmpack-lua-%{version}.tar

%description
libmpack lua binding

%prep
%setup -q -n libmpack-lua-%{version}

%build
%make USE_SYSTEM_LUA=1 USE_SYSTEM_MPACK=1

%install
install -p -D -m 644 mpack.so %buildroot%{lua_libdir}/mpack.so

%files
%doc LICENSE-MIT
%doc README.md
%{lua_libdir}/mpack.so

%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