Skip to content

Commit

Permalink
Merge pull request #61 from mariux64/update-lua-from-5.3.2-to-5.3.3
Browse files Browse the repository at this point in the history
Update Lua from 5.3.2 to 5.3.3
  • Loading branch information
donald committed Jul 19, 2016
2 parents ed6ff40 + fab0ed6 commit bcbbc1a
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit bcbbc1a

Please sign in to comment.