master
Philippe PITTOLI 2019-08-17 22:02:30 +02:00
parent b39b4c709e
commit 2154076eae
1 changed files with 12 additions and 0 deletions

12
lua/recipe.spec Normal file
View File

@ -0,0 +1,12 @@
name: lua
version: 5.3.5
release: 1
sources: https://www.lua.org/ftp/lua-%{version}.tar.gz
@build
cd %{name}-%{version}
make LDFLAGS=-lncursesw linux DESTDIR=%{pkg}
@install
cd %{name}-%{version}
make install INSTALL_TOP=%{pkg}