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

# source: james
TARBALL=rp-pppoe-3.11.tar.gz
MD5SUM=13b5900c56bd602df6cc526e5e520722
SRC_URL=https://www.roaringpenguin.com/files/download/$TARBALL
BUNDLE=

SLACKREQ='pppd'
SLACKDESC='pppoe: pppoe 3.11 (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: 
pppoe: 
pppoe: 
pppoe: https://www.roaringpenguin.com/products/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
}

