# Contributor: Danilo Godec # Maintainer: Natanael Copa pkgname=xl2tpd pkgver=1.3.1 pkgrel=0 pkgdesc="Layer 2 Tunnelling Protocol Daemon (RFC 2661)" url="http://www.xelerance.com/services/software/xl2tpd/" arch="all" license="GPL" depends="" depends_dev="libpcap-dev" makedepends="$depends_dev" install="" subpackages="$pkgname-doc" source="https://wl500g.googlecode.com/svn-history/r3419/branches/sdk560/$pkgname/$pkgname-$pkgver.tar.gz xl2tpd.confd xl2tpd.initd options.l2tp" _builddir="$srcdir"/$pkgname-$pkgver prepare() { local i cd "$_builddir" for i in $source; do case $i in *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done } build() { cd "$_builddir" make PREFIX=/usr || return 1 } package() { cd "$_builddir" make PREFIX=/usr DESTDIR="$pkgdir" install install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE install -Dm644 examples/xl2tpd.conf "$pkgdir"/etc/xl2tpd/xl2tpd.conf install -Dm755 "$srcdir"/xl2tpd.initd "$pkgdir"/etc/init.d/xl2tpd install -Dm644 "$srcdir"/xl2tpd.confd "$pkgdir"/etc/conf.d/xl2tpd install -Dm644 "$srcdir"/options.l2tp "$pkgdir"/etc/ppp/options.l2tp install -dm755 "$pkgdir"/var/run/xl2tpd } md5sums="cf61576fef5c2d6c68279a408ec1f0d5 xl2tpd-1.3.1.tar.gz 0032d104bd2d993b8a514c2f898d1dd9 xl2tpd.confd 77e4364f4e726549b6e74aec2b1ccd39 xl2tpd.initd 8f1a2896d08b6353424013cf7247dc7d options.l2tp"