diff options
author | Danny Rawlins <contact@romster.me> | 2021-01-22 22:31:18 +1100 |
---|---|---|
committer | Danny Rawlins <contact@romster.me> | 2021-01-22 22:32:56 +1100 |
commit | 44d6676a1ba5c940b6bd55d95e0c453c9131af0e (patch) | |
tree | 7e38064eeaa3c83a9aa1092ed43bb81ead830727 /lua53 | |
parent | 0e1ea40434a8302b4531ee686a49b023429abbe6 (diff) | |
download | opt-44d6676a1ba5c940b6bd55d95e0c453c9131af0e.tar.gz opt-44d6676a1ba5c940b6bd55d95e0c453c9131af0e.tar.xz |
lua53: install the generated .pc file not the pre-generated one oops
Diffstat (limited to 'lua53')
-rw-r--r-- | lua53/.signature | 4 | ||||
-rw-r--r-- | lua53/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lua53/.signature b/lua53/.signature index 5d8fd0906..d8e4ea457 100644 --- a/lua53/.signature +++ b/lua53/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Z+MSCnPWTsK7a6VCIsCyH9ZjbTBJUzQ9w8bbejVDqrHZoWQevlK6uEaIO0c5kmWUc5by/sypsVr8IQ8TI3c9wM= -SHA256 (Pkgfile) = 826cf852242c6aa77b12629ab72e989628b81bc2592ee38dc329e659f16ed181 +RWSE3ohX2g5d/Y/i26zmDARPNE6nyADwZ3k7ju7CKi/vZrfLd1K1EnptpQXJpNLkETA2IGxOl0K0LQW1V9IRqvAde+xCeDjhbwE= +SHA256 (Pkgfile) = 609db43e6368d594428953c125bca2fe080a077d9a4e93d05cc069d79dd6aae6 SHA256 (.footprint) = 80fadce262c8a7494b2edf9f6197a5c24f12157c2407e614fcfb1ab84cc1e130 SHA256 (lua-5.3.6.tar.gz) = fc5fd69bb8736323f026672b1b7235da613d7177e72558893a0bdcd320466d60 SHA256 (liblua.so.patch) = 2cc83c77423a2dda3696766b2d1ccee2796e052ab04d5178905f41ed9241a3d8 diff --git a/lua53/Pkgfile b/lua53/Pkgfile index 6e7990415..c16233de4 100644 --- a/lua53/Pkgfile +++ b/lua53/Pkgfile @@ -5,7 +5,7 @@ name=lua53 version=5.3.6 -release=3 +release=4 source=(https://www.lua.org/ftp/lua-$version.tar.gz liblua.so.patch lua.pc) @@ -38,7 +38,7 @@ build() { INSTALL_MAN="$PKG/usr/share/man/man1" \ install - install -m 0644 -D $SRC/lua.pc $PKG/usr/lib/pkgconfig/lua${version:0:1}${version:2:1}.pc + install -m 0644 -D 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 |