wok-6.x diff rp-pppoe/receipt @ rev 22592
updated cherokee packages (1.2.101 -> 1.2.104)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 07 16:51:34 2020 +0100 (2020-01-07) |
parents | 67380acb9c14 |
children | ee53899c6189 |
line diff
1.1 --- a/rp-pppoe/receipt Sat May 02 22:46:46 2015 +0200 1.2 +++ b/rp-pppoe/receipt Tue Jan 07 16:51:34 2020 +0100 1.3 @@ -1,25 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="rp-pppoe" 1.7 -VERSION="3.11" 1.8 +VERSION="3.13" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="Roaring Penguin PPPoE client" 1.11 +SHORT_DESC="A PPP over Ethernet client (for xDSL support)." 1.12 +TAGS="network PPPoE" 1.13 MAINTAINER="pankso@slitaz.org" 1.14 LICENSE="GPL2" 1.15 +WEB_SITE="https://dianne.skoll.ca/projects/rp-pppoe/" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://www.roaringpenguin.com/products/pppoe" 1.19 -WGET_URL="http://www.roaringpenguin.com/files/download/$TARBALL" 1.20 -TAGS="network PPPoE" 1.21 -HOST_ARCH="i486" 1.22 +WGET_URL="${WEB_SITE}download/$TARBALL" 1.23 1.24 BUILD_DEPENDS="ppp" 1.25 1.26 +HOST_ARCH="i486" 1.27 + 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 cd $src/src 1.32 - ./configure \ 1.33 - --prefix=/usr \ 1.34 + ./configure \ 1.35 + --prefix=/usr \ 1.36 $CONFIGURE_ARGS && 1.37 make && 1.38 make DESTDIR=$DESTDIR install 1.39 @@ -30,8 +32,8 @@ 1.40 { 1.41 mkdir -p $fs/usr 1.42 1.43 - cp -a $install/etc $fs 1.44 - cp -a $install/usr/sbin $fs/usr 1.45 + cp -a $install/etc $fs 1.46 + cp -a $install/usr/sbin $fs/usr 1.47 1.48 # Fix permissions on all scripts 1.49 chmod -R 755 $fs/usr/sbin/*