You are not logged in.

#1 2011-02-26 20:44:49

capnmoney
Member
From: ~
Registered: 2008-10-17
Posts: 108
Website

[REQUEST] tonido

It looks like tonido is no longer providing a package for Arch. If someone is more familiar with creating a package based of a deb file I would greatly appreciate it if you could create a PKGBUILD or provide some pointers as I struggle through it.

www.tonido.com - Tonido is a personal cloud service that lets you access your media files anywhere from a web browser

ubuntu version:  http://www.tonido.com/download.php?TonidoSetup_i686.deb

Offline

#2 2011-02-26 21:38:50

schneida
Member
Registered: 2009-02-19
Posts: 76
Website

Re: [REQUEST] tonido

I don't know if it's actually working correctly, but try this package build.

pkgname=tonido
pkgver=1
pkgrel=1
pkgdesc="Cloud Storage Client"
url="http://www.tonido.com/"
license=('unknown')
arch=('i686')
depends=('libpng' 'freetype2' 'fontconfig' 'openssl' 'zlib')
source=(http://www.tonido.com/download.php?TonidoSetup_i686.deb)
md5sums=('04a4b6671bd3190d1127f6ee951b57a7')

package() {
    mv download.php?TonidoSetup_i686.deb TonidoSetup_i686.deb
    ar vx  TonidoSetup_i686.deb
    tar xvzf data.tar.gz
    install -dm755 "$pkgdir/usr/local/tonido/plugins"
    install -Dm644 "$srcdir/usr/share/applications/tonido.desktop" "$pkgdir/usr/share/applications/tonido.desktop"
    install -Dm644 "$srcdir/usr/share/pixmaps/tonido.png" "$pkgdir/usr/share/pixmaps/tonido.png"
    install -Dm644 "$srcdir/usr/share/menu/tonido" "$pkgdir/usr/share/menu/tonido"
    cp -r "$srcdir/usr/local/tonido" "$pkgdir/usr/local/"
}

Last edited by schneida (2011-02-26 22:42:49)

Offline

#3 2011-02-26 22:36:09

capnmoney
Member
From: ~
Registered: 2008-10-17
Posts: 108
Website

Re: [REQUEST] tonido

Thanks, it seemed to install just fine.  I only have ssh access to that system right now and it looks like the location of the config files I need to edit for remote startup have changed.  If I figure that part out I'll post some results.  If not, I'll be able to try it out when I get home. Thanks again.

Offline

#4 2011-02-27 04:44:06

capnmoney
Member
From: ~
Registered: 2008-10-17
Posts: 108
Website

Re: [REQUEST] tonido

to get the proper libs I had to install debootstrap, libjpeg6, openssl-compatibility, and libpng12.  Looks like we have a winner!

Offline

#5 2011-03-24 18:51:48

tladuke
Member
Registered: 2009-07-23
Posts: 176

Re: [REQUEST] tonido

I installed from aur, but I'm not sure what to do next. It's on a headless box. The tonido directions for arch say there is a tonidod, but I don't see it. running tonido does nothing, no output at all...

Offline

Board footer

Powered by FluxBB