You are not logged in.
Hi,
Browsing sourceforge.net I saw a graphic interface for aria2c the download manager.
Any input well appreciated.
do it good first, it will be faster than do it twice
Offline
Please post the link.
Offline
I does not look like they actually have released anything so it will have to be a svn package...
http://sourceforge.net/project/showfile … _id=203432
Last edited by Allan (2008-06-01 07:45:33)
Offline
Here you are:
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=karia2
pkgver=37
pkgrel=2
pkgdesc="KDE interface for aria2 download mananger"
arch=('i686')
url="http://sourceforge.net/project/showfiles.php?group_id=203432"
license=('GPL')
depends=('qt' 'aria2')
source=()
md5sums=()
_svntrunk=https://karia2.svn.sourceforge.net/svnroot/karia2
_svnmod=$pkgname
build() {
cd $startdir/src
if [ -d $_svnmod/.svn ]; then
(cd $_svnmod && svn up -r $pkgver)
else
svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
fi
msg "SVN checkout done or server timeout"
msg "Starting make..."
rm -r $startdir/src/$_svnmod-build
cp -r $_svnmod $_svnmod-build
cd $_svnmod-build
#
# BUILD
#
qmake || return 1
make PREFIX=/usr || return 1
install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname || return 1
install -d $pkgdir/usr/share/$pkgname/ || return 1
cp -R images $pkgdir/usr/share/$pkgname/ || return 1
install -Dm755 bin/resume $pkgdir/usr/bin/karia2-resume || return 1
rm -rf $pkgdir/usr/share/karia2/images/.svn || return 1
}Last edited by Stefan Husmann (2008-06-01 12:15:16)
Offline
Is it out on AUR or I'll have to grab it from here
?
do it good first, it will be faster than do it twice
Offline
Its in AUR now.
Offline
Testing
![]()
do it good first, it will be faster than do it twice
Offline
Please tell me if you are using x86_64.
Offline
ehm, no just i686.
do it good first, it will be faster than do it twice
Offline
Pity, so we must wait for x86_64-Testers to be able to put that to the arch-array.
Offline
But you may come up with your one.
Download aria2c, karia2 and compile them on your machine.
F
do it good first, it will be faster than do it twice
Offline
Pity, so we must wait for x86_64-Testers to be able to put that to the arch-array.
it builds on x86_64
you may also want to add a sed line similar to (I hope I got it correct I removed the package already)
sed -i 's;/opt/karia2/resume;/usr/bin/karia2-resume;' karia2.cppI have not tested it btw, it just seemed odd that resume was hardcoded to the wrong path
Offline
added x86_64 and the suggestion sounds reasonable.
Offline
You must add subversion to dependencies
Offline
you are right, done.
Offline