FS#781 - numlockx doesn't download
Attached to Project:
Arch Linux
Opened by LavaPunk (LavaPunk) - Sunday, 18 April 2004, 23:12 GMT
Last edited by dorphell (dorphell) - Monday, 19 April 2004, 05:20 GMT
Opened by LavaPunk (LavaPunk) - Sunday, 18 April 2004, 23:12 GMT
Last edited by dorphell (dorphell) - Monday, 19 April 2004, 05:20 GMT
|
Details
==> Retrieving Sources...
==> Downloading numlockx-1.0.tar.gz --16:19:01-- http://dforce.sh.cvut.cz/%7Eseli/en/numlockx/numlockx-1.0.tar.gz => `numlockx-1.0.tar.gz' Resolving dforce.sh.cvut.cz... 147.32.125.9 Connecting to dforce.sh.cvut.cz[147.32.125.9]:80... failed: Connection refused. ==> ERROR: Failed to download numlockx-1.0.tar.gz ==> Aborting... |
This task depends upon
Wait a few days before reporting deadlinks. Upto now, I think all the ones you reported were just temporarily down.
I appreciate your active participation in helping us, keep up the good work.
-dorphell
# Maintainer: roberto <roberto@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=numlockx
pkgver=1.0
pkgrel=1
pkgdesc="numlockx is a simple program that turns on the numlock key while you are in X Windows"
source=(http://ktown.kde.org/~seli/$pkgname/$pkgname-$pkgver.tar.gz)
url="http://dforce.sh.cvut.cz/~seli/en/numlockx/"
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}