You are not logged in.

#1 2004-08-17 01:56:55

thegnu
Member
From: Brooklyn, NY
Registered: 2004-05-04
Posts: 280
Website

[network: download manager] downloaderx

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

#2 2004-08-17 14:11:57

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [network: download manager] downloaderx

pkgrel=final

i hope not :-)


The impossible missions are the only ones which succeed.

Offline

#3 2004-08-20 01:05:08

thegnu
Member
From: Brooklyn, NY
Registered: 2004-05-04
Posts: 280
Website

Re: [network: download manager] downloaderx

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.  smile

# $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.   lol


fffft!

Offline

#4 2004-08-20 12:32:02

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [network: download manager] downloaderx

great - thanx for also correcting details smile

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

#5 2004-08-20 14:24:01

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: [network: download manager] downloaderx

i thought downloaderx already existed in the repos


AKA uknowme

I am not your friend

Offline

#6 2004-08-20 14:44:21

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [network: download manager] downloaderx

sarah31 wrote:

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

Board footer

Powered by FluxBB