lua52: install the generated .pc file not the pre-generated one oops

This commit is contained in:
Danny Rawlins 2021-01-22 22:32:25 +11:00
parent 44d6676a1b
commit 2aabd4586f
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Z4UYsDOHy+9bQqcwDhhzlUk2yQymophF0I/oGa7tGeefFPNRsWRceNNfS1Y1iIojV9TZ2XEXLddBxhXKROUwAI=
SHA256 (Pkgfile) = 1e98234f3ba248d658e714ce478eb55d400120a17ab1f7b1b92f3a558acb4a56
RWSE3ohX2g5d/Yy7F/+N2jEOhubUt8lfr5Q6E23gU/6dGngCupWEoK3d+JST8JIQ8gFEIwuQ0PkSRRgmwp/RkZieDzf0VyaB1Aw=
SHA256 (Pkgfile) = 404c4578fa263ae63d7ea95ebdafb9c514703233bcf3e18ff63063dee937af7b
SHA256 (.footprint) = c2f5517f192c7c7ed4511899abf30b7ee966d96bc1295c5cc401e0137b9dd798
SHA256 (lua-5.2.4.tar.gz) = b9e2e4aad6789b3b63a056d442f7b39f0ecfca3ae0f1fc0ae4e9614401b69f4b
SHA256 (lua.diff) = e9638e7767244b1f4991088b3786f1a36235935b3161690d2b2e188a896fc1af

View File

@ -5,7 +5,7 @@
name=lua52
version=5.2.4
release=2
release=3
source=(http://www.lua.org/ftp/lua-$version.tar.gz
lua.diff lua-5.2-cflags.diff lua.pc)
@ -36,7 +36,7 @@ build() {
INSTALL_MAN="$PKG/usr/share/man/man1" \
install
install -m 0644 -D $SRC/lua.pc $PKG/usr/lib/pkgconfig/lua5.2.pc
install -m 0644 -D lua.pc $PKG/usr/lib/pkgconfig/lua5.2.pc
# fixups
ln -s liblua5.2.so $PKG/usr/lib/liblua.so.5.2