Update package version to 5.4.8

This commit is contained in:
2025-09-18 16:13:19 +03:00
parent 14495a389b
commit f8f2be5438
3 changed files with 12 additions and 1 deletions
+3
View File
@@ -33,7 +33,10 @@ check() {
# This function is used to move the compiled files into the output directory
package() {
make INSTALL_TOP="$BPM_OUTPUT"/usr INSTALL_DATA="cp -d" INSTALL_MAN="$BPM_OUTPUT"/usr/share/man/man1 TO_LIB="liblua.so liblua.so.${BPM_PKG_VERSION%.*} liblua.so.${BPM_PKG_VERSION}" DESTDIR="$BPM_OUTPUT" install
# Install pkg-config file
install -Dm644 lua.pc "$BPM_OUTPUT"/usr/lib/pkgconfig/lua.pc
# Install license
install -Dm644 "$BPM_SOURCE"/doc/readme.html "$BPM_OUTPUT"/usr/share/licenses/lua/readme.html
}