ppp: typo fix
This commit is contained in:
parent
b016ca5fc9
commit
6cddeb8ed7
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ppp'
|
# Template file for 'ppp'
|
||||||
pkgname=ppp
|
pkgname=ppp
|
||||||
version=2.4.5
|
version=2.4.5
|
||||||
revision=4
|
revision=5
|
||||||
short_desc="PPP (Point-to-Point Protocol) daemon"
|
short_desc="PPP (Point-to-Point Protocol) daemon"
|
||||||
homepage="https://ppp.samba.org/"
|
homepage="https://ppp.samba.org/"
|
||||||
license="BSD and LGPLv2+ and GPLv2+ and Public Domain"
|
license="BSD and LGPLv2+ and GPLv2+ and Public Domain"
|
||||||
|
@ -81,7 +81,7 @@ do_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
ppp-devel_package() {
|
ppp-devel_package() {
|
||||||
depends="libpcap-devel>=${version}_${revision}"
|
depends="libpcap-devel"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in New Issue