### this file is sourced not run
PKGVER=3.13
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=rp-pppoe-$PKGVER.tar.gz
MD5SUM=ec9dccd9a367a1f71f2dc81069796dd8
SRC_URL=https://dianne.skoll.ca/projects/rp-pppoe/download/$TARBALL
BUNDLE=

SLACKREQ='pppd'
SLACKDESC="pppoe: pppoe $PKGVER (PPP-over-Ethernet driver)  
pppoe:  
pppoe: PPPoE (Point-to-Point Protocol over Ethernet) is a protocol used by 
pppoe: many ADSL Internet Service Providers. Roaring Penguin has a free PPPoE 
pppoe: client for Linux and Solaris systems to connect to PPPoE service 
pppoe: providers.  
pppoe: 
pppoe: https://dianne.skoll.ca/projects/rp-pppoe/
pppoe: 
pppoe: 
pppoe: 
"
SLACKSUG='tk' # needs tk for the gui

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/rp-pppoe*/src
	./configure $CONFFLAGS &&
	make $MAKEFLAGS && make install &&
	
	cd ../gui &&
	make && make install &&
	pkg_build_slackdesc
}

