ppp: remove long_desc.

This commit is contained in:
Juan RP 2014-02-17 17:37:24 +01:00
parent c524ef48df
commit cf36e848a9

View file

@ -1,16 +1,13 @@
# Template file for 'ppp'
pkgname=ppp
version=2.4.5
revision=3
revision=4
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 <xtraeme@gmail.com>"
distfiles="ftp://ftp.samba.org/pub/ppp/ppp-$version.tar.gz"
checksum=43317afec9299f9920b96f840414c977f0385410202d48e56d2fdb8230003505
long_desc="
This packages provides a daemon which implements the PPP protocol for
dial-up networking."
CFLAGS="-D_GNU_SOURCE"
@ -84,9 +81,8 @@ do_install() {
}
ppp-devel_package() {
noarch=yes
depends="libpcap-devel>=${version}"
short_desc+=" -- development files"
depends="libpcap-devel>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
}