You are not logged in.
A utility for connecting to AOL via modem or tcp/ip for those of you out there that are like me and are stuck with an AOL connection and want to connect with your AL box.
#Contributor: Simo L. <cubs011@yahoo.com>
pkgname=penggy
pkgver=0.2.1
pkgrel=1
pkgdesc="A utility for connecting to AOL via modem or tcp/ip"
url="http://www.peng.apinc.org/eng/"
license="GPL"
depends=('guile' 'net-tools' 'glibc')
makedepends=('guile')
source=(ftp://ftp.penggy.org/birdy57/penggy/sources/$pkgname-$pkgver.tar.bz2)
md5sums=('421579340bb1a4545160c294367e499f')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc
make || return 1
make DESTDIR=$startdir/pkg install
}
Offline