You are not logged in.
I use the EciADSL (http://eciadsl.flashtux.org) drivers to connect with my USB-ADSL modem, so I decided to make an Arch package for them.
This is the PKGBUILD:
# Contributor: Rensel <rensel@email.it>
pkgname=eciadsl-usermode
pkgver=0.9
pkgrel=1
pkgdesc="Drivers for USB ADSL modems that use Globespan chipset"
url="http://telia.dl.sourceforge.net/sourceforge/eciadsl/"
license="GPL"
depends=('ppp')
backup=()
source=($url/$pkgname-$pkgver.tar.bz2)
md5sums=('abe9356e251287213d9882b602f0ed1b')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make ROOT=$startdir/pkg install
}
You can find the archive with the PKGBUILD, the filelist and the ready package here: ftp://ftp.archlinux.org/incoming/eciads … .9.tar.bz2 !
Arch GNU/Linux 0.7 Trusted User
"If I were more modest, I would be perfect"
Offline