You are not logged in.
I edited the PKGBUILD so that downloaderx works. I kept installing and uninstalling it, and it never worked. So here. 2.5.0:
# $Id: PKGBUILD,v 1.10 2003/11/06 08:27:12 dorphell Exp $
# Maintainer: dorphell <dorphell@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=downloaderx
pkgver=2.5.0
pkgrel=final
pkgdesc="A GUI XFree86 program for downloading files"
depends=('gtk' 'glibc' 'gettext' 'gdk-pixbuf')
source=(http://www.krasu.ru/soft/chuchelo/files/d4x-$pkgver$pkgrel.tar.gz)
url="http://www.krasu.ru/soft/chuchelo/"
build() {
cd $startdir/src/d4x-$pkgver$pkgrel
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
fffft!
Offline
pkgrel=final
i hope not :-)
The impossible missions are the only ones which succeed.
Offline
I'm new to package building. I put final becuase it says final on the downloaderx website. A bit of confusion.... :oops:
And not as an egotistical thing, but I'm not dorphell. In case anyone was wondering.
# $Id: PKGBUILD,v 1.10 2003/11/06 08:27:12 dorphell Exp $
# Maintainer: dorphell <dorphell@archlinux.org>
# Contributor: thegnu <thegnu@nathancurry.com>
pkgname=downloaderx
pkgver=2.5.0
pkgrel=1
pkgdesc="A GUI XFree86 program for downloading files"
depends=('gtk' 'glibc' 'gettext' 'gdk-pixbuf')
source=(http://www.krasu.ru/soft/chuchelo/files/d4x-$pkgver$pkgrel.tar.gz)
url="http://www.krasu.ru/soft/chuchelo/"
build() {
cd $startdir/src/d4x-$pkgver$pkgrel
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
That's how it would've read had I not been drunk.
fffft!
Offline
great - thanx for also correcting details
the pkgrel is not in relation to pkg, but an internal numbering in archlinux - if the pkgver changes, the pkgrel is set back to 1 and if you change something on the pkg, but the pkgver stays teh same, then pkgrel++
The impossible missions are the only ones which succeed.
Offline
i thought downloaderx already existed in the repos
AKA uknowme
I am not your friend
Offline
i thought downloaderx already existed in the repos
it is - and it is also up-to-date :-)
The impossible missions are the only ones which succeed.
Offline