You are not logged in.

#1 2011-01-02 00:46:54

Kosava
Member
From: Serbia
Registered: 2008-08-19
Posts: 127

Help with Qnext

Hello i founded this great IM application but i probelm to make a PKGBUILD, one of problem is i dont know what licenc is for this application and other is techical how to build qnext
here is my PKGBUILD

# Maintainer: Košava <kosava@archlinux.us>

pkgname=qnext
pkgver=4.0.4
pkgrel=1
pkgdesc="Qnext is the world's most advanced communication & sharing software that seamlessly combines communication."
arch=('i686')
url="http://www.qnext.com/"
license=('unknown')
depends=('openjdk6')
source=(http://qnext.cachefly.net/downloads/qnextsetup.tgz)
md5sums=('e21895e6db7e3614fbb338f3d411a200')

build() {
install -d ${pkgdir}/opt
cp -r qnext ${pkgdir}/opt
ln -s /opt/qnext/qnext ${pkgdir}/usr/bin/qnext
ln -s /opt/qnext/qnextclient ${pkgdir}/usr/bin/qnextclient
}

Last edited by Kosava (2011-01-02 08:41:11)

Offline

#2 2011-01-02 03:07:15

tomd123
Developer
Registered: 2008-08-12
Posts: 565

Re: Help with Qnext

put license = unknown
redistributes java wonderful present which probably makes the whole package 99% heavier...
arch = i686 unless you want to also add conditional lib32 depends, then you can make it also x86_64

build() {
install -d ${pkgdir}/opt
cp -r qnext ${pkgdir}/opt
ln -s /opt/qnext/qnext ${pkgdir}/usr/bin/qnext
ln -s /opt/qnext/qnextclient ${pkgdir}/usr/bin/qnextclient
}

Offline

#3 2011-01-02 08:42:19

Kosava
Member
From: Serbia
Registered: 2008-08-19
Posts: 127

Re: Help with Qnext

Ok i update PKGBUILD in first post, but now i have error here is what said...

==> Starting build()...
ln: failed to create symbolic link `/home/kosava/Dokumenti/PKG/qnext/pkg/usr/bin/qnext': No such file or directory
    Aborting...

Offline

Board footer

Powered by FluxBB