wok-next diff gen-init-cpio/receipt @ rev 21713
updated gtest (1.8.1 -> 1.10.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jul 06 16:59:55 2020 +0100 (2020-07-06) |
parents | a3c581bf52b8 |
children |
line diff
1.1 --- a/gen-init-cpio/receipt Fri Aug 10 12:53:17 2018 +0300 1.2 +++ b/gen-init-cpio/receipt Mon Jul 06 16:59:55 2020 +0100 1.3 @@ -9,24 +9,14 @@ 1.4 WEB_SITE="https://www.kernel.org/" 1.5 REPOLOGY="-" 1.6 1.7 -TARBALL="" 1.8 -WGET_URL="" 1.9 -TAGS="" 1.10 - 1.11 -DEPENDS="glibc-base" 1.12 -BUILD_DEPENDS="" 1.13 - 1.14 -# Rules to configure and make the package. 1.15 - 1.16 -compile_rules() 1.17 -{ 1.18 +compile_rules() { 1.19 cd $stuff 1.20 - make && make DESTDIR=$DESTDIR install && 1.21 + make && 1.22 + make DESTDIR=$install install && 1.23 rm gen_init_cpio *.o 1.24 } 1.25 1.26 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 -genpkg_rules() 1.28 -{ 1.29 +genpkg_rules() { 1.30 cp -a $install/sbin $fs 1.31 + DEPENDS="glibc-base" 1.32 }