wok-current rev 25653
lzo needed from fsarchiver
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 13 07:22:29 2024 +0100 (9 months ago) |
parents | b44c7dd8bb4b |
children | 7740a0c081ce |
files | lzo-dev/receipt lzo/receipt |
line diff
1.1 --- a/lzo-dev/receipt Wed Feb 07 18:01:05 2024 +0000 1.2 +++ b/lzo-dev/receipt Tue Feb 13 07:22:29 2024 +0100 1.3 @@ -15,6 +15,6 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/lib 1.7 - cp -a $install/usr/include $fs/usr 1.8 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.9 + cp -a $install/usr/include $fs/usr 1.10 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.11 }
2.1 --- a/lzo/receipt Wed Feb 07 18:01:05 2024 +0000 2.2 +++ b/lzo/receipt Tue Feb 13 07:22:29 2024 +0100 2.3 @@ -20,15 +20,16 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 - ./configure \ 2.8 - --enable-shared \ 2.9 + ./configure \ 2.10 + --enable-shared \ 2.11 $CONFIGURE_ARGS && 2.12 - make && make install 2.13 + make && 2.14 + make install 2.15 } 2.16 2.17 # Rules to gen a SliTaz package suitable for Tazpkg. 2.18 genpkg_rules() 2.19 { 2.20 mkdir -p $fs/usr/lib 2.21 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.22 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.23 }