lua53: fix broken symlink
This commit is contained in:
parent
17a3a4e6ed
commit
20a9bee59d
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user