Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37530461
en ru br
Репозитории ALT
5.1: 5.1.1-alt1
4.1: 2006-alt1
4.0: 2006-alt1
3.0: 2003.11.07-alt2
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: lua5-posix

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: lua5-posix
Version: 2003.11.07
Release: alt2

Summary: POSIX library for Lua
License: MIT
Group: Development/Other

URL: http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/
Source: lposix.tar.gz

# from apt-0.5.15cnc6/lua/local/lposix.c

Patch1: %name-apt-mkstemp.patch

# Added by buildreq2 on Mon May 09 2005

BuildRequires: liblua5-devel lua5

%description
This is a POSIX library for Lua 5.

%prep
%setup -q -n posix
%patch1

%build
gcc -shared %optflags %optflags_shared lposix.c -o posix.so -llua -llualib
lua5 -e 'assert(loadlib("./posix.so", "luaopen_posix"))(); assert(posix)' test.lua

%install
%__install -pD -m755 posix.so %buildroot%_libdir/lua5/posix.so

%files
%doc README
%_libdir/lua5/posix.so

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin