Skip to content

Update Lua from 5.3.2 to 5.3.3 #61

Merged
merged 3 commits into from
Jul 19, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion lua-5.3.2-0.bee → lua.be0
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/env beesh

# BEE_VERSION lua-5.3.3-0

SRCURL[0]="https://www.lua.org/ftp/lua-${PKGVERSION}.tar.gz"

PATCHURL[0]="http://www.linuxfromscratch.org/patches/blfs/7.9/lua-5.3.2-shared_library-1.patch"
Expand Down Expand Up @@ -53,7 +55,7 @@ mee_build() {

mee_install() {
bee_install V=1 INSTALL_TOP=${D}${PREFIX} \
TO_LIB="liblua.so liblua.so.5.3 liblua.so.5.3.2" \
TO_LIB="liblua.so liblua.so.${PKGVERSION[2]} liblua.so.${PKGVERSION}" \
INSTALL_DATA="cp -d" \
INSTALL_MAN="${D}/${MANDIR}/man1"
}
Expand Down