contrib/pptp/Pkgfile

17 lines
404 B
Plaintext
Raw Normal View History

2009-09-17 00:17:58 +02:00
# Description: client for the proprietary Microsoft Point-to-Point Tunneling Protocol
# URL: http://pptpclient.sf.net
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: ppp
name=pptp
version=1.10.0
2009-09-17 00:17:58 +02:00
release=1
source=(http://download.sourceforge.net/pptpclient/$name-$version.tar.gz)
2009-09-17 00:17:58 +02:00
build() {
cd $name-$version
make
make DESTDIR=$PKG install
2009-09-17 00:17:58 +02:00
rm -rf $PKG/usr/doc
}