wok-next diff mlvpn/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | d43bf7aae921 |
children |
line diff
1.1 --- a/mlvpn/receipt Wed Mar 21 15:58:17 2018 +0200 1.2 +++ b/mlvpn/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -12,19 +12,16 @@ 1.4 1.5 BUILD_DEPENDS="autoconf automake" 1.6 1.7 -# Rules to configure and make the package. 1.8 -compile_rules() 1.9 -{ 1.10 +compile_rules() { 1.11 ./autogen.sh 1.12 ./configure \ 1.13 --prefix=/usr \ 1.14 $CONFIGURE_ARGS && 1.15 - make && make install 1.16 + make && 1.17 + make install 1.18 } 1.19 1.20 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.21 -genpkg_rules() 1.22 -{ 1.23 +genpkg_rules() { 1.24 mkdir -p $fs/usr 1.25 cp -a $install/usr/sbin $fs/usr 1.26 }