From 64acdde0bfaf1b6e6aa31922f77fce66173250b2 Mon Sep 17 00:00:00 2001 From: ojab Date: Fri, 29 Mar 2013 16:31:32 +0400 Subject: [PATCH] ppp: add homepage, license, `chat` binary installation --- srcpkgs/ppp/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/ppp/template b/srcpkgs/ppp/template index 978f3fd9d0b..873a20e7ebe 100644 --- a/srcpkgs/ppp/template +++ b/srcpkgs/ppp/template @@ -5,9 +5,11 @@ distfiles="ftp://ftp.samba.org/pub/ppp/ppp-$version.tar.gz" build_style=configure configure_args="--prefix=/usr" make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version/usr install" -revision=2 +revision=3 makedepends="libpcap-devel" short_desc="PPP (Point-to-Point Protocol) daemon" +homepage=https://ppp.samba.org/ +license="BSD and LGPLv2+ and GPLv2+ and Public Domain" maintainer="Juan RP " checksum=43317afec9299f9920b96f840414c977f0385410202d48e56d2fdb8230003505 long_desc=" @@ -55,6 +57,7 @@ post_install() chmod 755 ${DESTDIR}/usr/lib/pppd/${version}/*.so install -m755 ${wrksrc}/pppd/pppd ${DESTDIR}/usr/sbin + install -m755 ${wrksrc}/chat/chat ${DESTDIR}/usr/sbin install -D -m644 ${FILESDIR}/options \ ${DESTDIR}/etc/ppp/options || return 1 install -D -m755 ${FILESDIR}/ip-up \