wok-current diff luajit-dev/receipt @ rev 25792
Fix openbox menu, label keymap on lxpanel and add miss it translation for tazpkg
| author | Stanislas Leduc <shann@slitaz.org> |
|---|---|
| date | Tue Oct 07 05:55:24 2025 +0000 (3 weeks ago) |
| parents | f52b30bf8d57 |
| children |
line diff
1.1 --- a/luajit-dev/receipt Mon Apr 22 11:22:21 2019 +0100 1.2 +++ b/luajit-dev/receipt Tue Oct 07 05:55:24 2025 +0000 1.3 @@ -11,14 +11,14 @@ 1.4 DEPENDS="luajit pkg-config" 1.5 WANTED="luajit" 1.6 1.7 -#HOST_ARCH="i486 arm" 1.8 +HOST_ARCH="i486 arm x86_64" 1.9 1.10 # Rules to gen a SliTaz package suitable for Tazpkg. 1.11 genpkg_rules() 1.12 { 1.13 mkdir -p $fs/usr/lib 1.14 1.15 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.16 + cp -a $install/usr/lib/*.a $fs/usr/lib 1.17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.18 cp -a $install/usr/include $fs/usr 1.19 }