You are not logged in.

#1 2004-06-05 06:22:08

Cobalt
Member
Registered: 2004-06-05
Posts: 10

[network: net utilities] penggy

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

Board footer

Powered by FluxBB