wok-6.x diff rp-l2tp/receipt @ rev 21491
updated msgpack and msgpack-dev (2.1.5 -> 3.1.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 02 11:00:56 2019 +0100 (2019-05-02) |
parents | 3b4e4318134e |
children | e919c5a2742d |
line diff
1.1 --- a/rp-l2tp/receipt Tue Dec 03 18:28:51 2013 +0000 1.2 +++ b/rp-l2tp/receipt Thu May 02 11:00:56 2019 +0100 1.3 @@ -10,14 +10,14 @@ 1.4 WEB_SITE="http://rp-l2tp.sourceforge.net/" 1.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.6 TAGS="vpn tunnel" 1.7 +CONFIG_FILES="/etc/l2tp" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 { 1.12 - cd $src 1.13 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.14 - --mandir=/usr/share/man \ 1.15 - $CONFIGURE_ARGS && 1.16 + --mandir=/usr/share/man \ 1.17 + $CONFIGURE_ARGS && 1.18 make && 1.19 make DESTDIR=$DESTDIR install 1.20 } 1.21 @@ -31,4 +31,3 @@ 1.22 cp -a $src/handlers/l2tp-control $fs/usr/sbin 1.23 cp -a $src/handlers/*.so $fs/usr/lib/l2tp/plugins 1.24 } 1.25 -