summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <contact@romster.me>2020-12-13 22:31:35 +1100
committerDanny Rawlins <contact@romster.me>2020-12-13 22:31:35 +1100
commit20a9bee59d47b196ae61c9183724b2a38da52ec1 (patch)
treecc7163b62328c3644f97ee2be06483cbeefff521
parent17a3a4e6ed36eb6116df8aafb3b05b2e5cb0b777 (diff)
downloadopt-20a9bee59d47b196ae61c9183724b2a38da52ec1.tar.gz
opt-20a9bee59d47b196ae61c9183724b2a38da52ec1.tar.xz
lua53: fix broken symlink
-rw-r--r--lua53/.footprint1
-rw-r--r--lua53/.signature6
-rw-r--r--lua53/Pkgfile8
3 files changed, 8 insertions, 7 deletions
diff --git a/lua53/.footprint b/lua53/.footprint
index f5815611b..dbf0cf92c 100644
--- a/lua53/.footprint
+++ b/lua53/.footprint
@@ -21,6 +21,7 @@ drwxr-xr-x root/root usr/lib/lua/5.3/
drwxr-xr-x root/root usr/lib/pkgconfig/
lrwxrwxrwx root/root usr/lib/pkgconfig/lua-5.3.pc -> lua53.pc
lrwxrwxrwx root/root usr/lib/pkgconfig/lua5.3.pc -> lua53.pc
+-rw-r--r-- root/root usr/lib/pkgconfig/lua53.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/lua/
drwxr-xr-x root/root usr/share/lua/5.3/
diff --git a/lua53/.signature b/lua53/.signature
index 8b6308125..5d8fd0906 100644
--- a/lua53/.signature
+++ b/lua53/.signature
@@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/YLHNKTIiCL1zSPAC8NDFYGvii9WuR7F2K9Vg0zz/uOeY2/RwbzKqY7cYkOa108U53+IyPLcFGwDOckG6SzP5gA=
-SHA256 (Pkgfile) = a47f765660e5c3d36a61e04f266d0438a03c783acee28e88ff77b1e1d1f3996b
-SHA256 (.footprint) = 7af6f0dbde9d146befda64916f7d3bdfb6314020337f0aecac98726c37b701c4
+RWSE3ohX2g5d/Z+MSCnPWTsK7a6VCIsCyH9ZjbTBJUzQ9w8bbejVDqrHZoWQevlK6uEaIO0c5kmWUc5by/sypsVr8IQ8TI3c9wM=
+SHA256 (Pkgfile) = 826cf852242c6aa77b12629ab72e989628b81bc2592ee38dc329e659f16ed181
+SHA256 (.footprint) = 80fadce262c8a7494b2edf9f6197a5c24f12157c2407e614fcfb1ab84cc1e130
SHA256 (lua-5.3.6.tar.gz) = fc5fd69bb8736323f026672b1b7235da613d7177e72558893a0bdcd320466d60
SHA256 (liblua.so.patch) = 2cc83c77423a2dda3696766b2d1ccee2796e052ab04d5178905f41ed9241a3d8
SHA256 (lua.pc) = ca9252633e782b8f85d6a94ea4f6babd4fe30bd759085b373160b1878e36ff78
diff --git a/lua53/Pkgfile b/lua53/Pkgfile
index 031d1f1f9..6e7990415 100644
--- a/lua53/Pkgfile
+++ b/lua53/Pkgfile
@@ -5,7 +5,7 @@
name=lua53
version=5.3.6
-release=2
+release=3
source=(https://www.lua.org/ftp/lua-$version.tar.gz
liblua.so.patch lua.pc)
@@ -38,9 +38,9 @@ build() {
INSTALL_MAN="$PKG/usr/share/man/man1" \
install
- install -m 0644 -D $SRC/lua.pc $PKG/usr/lib/pkgconfig/lua5.3.pc
- ln -sf lua53.pc $PKG/usr/lib/pkgconfig/lua5.3.pc
- ln -sf lua53.pc $PKG/usr/lib/pkgconfig/lua-5.3.pc
+ install -m 0644 -D $SRC/lua.pc $PKG/usr/lib/pkgconfig/lua${version:0:1}${version:2:1}.pc
+ ln -s lua${version:0:1}${version:2:1}.pc $PKG/usr/lib/pkgconfig/lua${version:0:3}.pc
+ ln -s lua${version:0:1}${version:2:1}.pc $PKG/usr/lib/pkgconfig/lua-${version:0:3}.pc
ln -s liblua5.3.so $PKG/usr/lib/liblua.so.5.3
ln -s liblua5.3.so $PKG/usr/lib/liblua.so.$version

Generated by cgit