You are not logged in.
A little draft for a direct connect hub!
# Contributor: xerxes2 <xerxes2@gentoo.se>
pkgname=opendchub
pkgver=0.7.14
pkgrel=1
pkgdesc="direct connect hub"
url="http://opendchub.sourceforge.net/"
groups=()
provides=()
depends=()
makedepends=()
conflicts=()
replaces=()
backup=()
install=()
source=('http://switch.dl.sourceforge.net/sourceforge/opendchub/opendchub-0.7.14.tar.gz')
md5sums=()
build() {
cd $startdir/src/$pkgname-0.7.14
./configure --prefix=/usr
make || return 1
make Destdir=$startdir/pkg install
}
A little question also:
When I'm trying to compile dcgui-qt-cvs-alpha 0.3.0, so exits the compiler asking for /opt/qt/lib/libqt-mt.a
Anyone else got that file?
Oh btw,kbear doesn't work for me.KDE people must stop messing up those programs who worked before!!!!!!
arch + gentoo + initng + python = enlisy
Offline
pacman -R kbear
I found another program
# Contributor: xerxes2 <xerxes2@gentoo.se>
pkgname=kasablanca
pkgver=0.3.1
pkgrel=1
pkgdesc="kde ftp client"
url="http://kasablanca.berlios.de/"
groups=
provides=
depends=('kdelibs' 'qt')
makedepends=()
conflicts=()
replaces=()
backup=()
install=()
source=('http://download.berlios.de/kasablanca/kasablanca-0.3.1.tar.gz')
md5sums=()
build() {
cd $startdir/src/$pkgname-0.3.1
./configure --prefix=/opt/kde
make || return 1
make Destdir=$startdir/pkg install
}
It looks simple but it works!
arch + gentoo + initng + python = enlisy
Offline
Gnome - The weakest link!
Linux, *not* GNU/Linux!
Offline
A little question also:
When I'm trying to compile dcgui-qt-cvs-alpha 0.3.0, so exits the compiler asking for /opt/qt/lib/libqt-mt.a
you can find out easily to what pkg a file belongs by using pacman -Qo
[damir@Asteraceae /]$ pacman -Qo /opt/qt/lib/libqt-mt.la
/opt/qt/lib/libqt-mt.la is owned by qt 3.3.2-1
-> so qt is needed as dependency
The impossible missions are the only ones which succeed.
Offline
Yes but it's not that file I asked about dp. Nevermind ,is there another dc-client than this one?
arch + gentoo + initng + python = enlisy
Offline
Well you could use the non-cvs version of dcgui, for some reason the maintainer of it hasn't updated it in extra, even though there are no problems with compiling 0.2.22, there is also dctc and cccp. For me, dcgui-qt has the most features and runs the best, dispite it being qt, I myself am more of a gtk type person.
Kritoke
http://counter.li.org/ Registered Linux User #318963 kritoke@jabber.org
Offline