lua
This commit is contained in:
parent
b39b4c709e
commit
2154076eae
12
lua/recipe.spec
Normal file
12
lua/recipe.spec
Normal 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}
|
Reference in New Issue
Block a user