diff options
author | tmpfile <tmpfile@users.noreply.github.com> | 2017-07-08 16:22:58 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-10 09:02:51 +0000 |
commit | ab744645dd6495c41364ede3712737ddc11a01cd (patch) | |
tree | 8c4a69cfb41f59e28533fc6c2371e1f3d14304ae /main/lua5.3 | |
parent | e9e50ef290b538f12c9147f65d147dba3bbd6b9c (diff) | |
download | aports-ab744645dd6495c41364ede3712737ddc11a01cd.tar.bz2 aports-ab744645dd6495c41364ede3712737ddc11a01cd.tar.xz |
main/[various]: fix trailing whitespace
Diffstat (limited to 'main/lua5.3')
-rw-r--r-- | main/lua5.3/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/main/lua5.3/APKBUILD b/main/lua5.3/APKBUILD index 6237c00096..1951f8d326 100644 --- a/main/lua5.3/APKBUILD +++ b/main/lua5.3/APKBUILD @@ -80,14 +80,14 @@ package() { install -d "$pkgdir"/usr/lib/pkgconfig cat > "$pkgdir"/usr/lib/pkgconfig/lua$_luaver.pc <<-EOF # lua.pc -- pkg-config data for Lua - + # vars from install Makefile - + # grep '^V=' ../Makefile V= ${_luaver} # grep '^R=' ../Makefile R= ${pkgver} - + # grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/' prefix= /usr INSTALL_BIN= \${prefix}/bin @@ -96,19 +96,19 @@ package() { INSTALL_MAN= \${prefix}/man/man1 INSTALL_LMOD= \${prefix}/share/lua/\${V} INSTALL_CMOD= \${prefix}/lib/lua/\${V} - + # canonical vars exec_prefix=\${prefix} libdir=\${exec_prefix}/lib/$pkgname includedir=\${prefix}/include/$pkgname - + Name: Lua Description: An Extensible Extension Language Version: \${R} Requires: Libs: -L\${libdir} -llua -lm Cflags: -I\${includedir} - + # (end of lua$_luaver.pc) EOF |