You are not logged in.

#1 2007-06-17 00:08:42

Back2Cali
Member
From: Germany
Registered: 2006-02-26
Posts: 223

Floola - A great IPod tool

Hi!

Is anyone interested of creating a PKGBUILD for floola? This is a tool for managing the contents of your IPod (music, pictures and videos). Seems to be far easier than everything else currently available (at least easier than the programs for Linux I know).

Just in case somebody is interested, here's the url: http://www.floola.com


Thanks

Offline

#2 2007-06-17 01:01:48

nikron
Member
Registered: 2007-05-15
Posts: 130

Re: Floola - A great IPod tool

I would, but when I went to the site, I couldn't find a version number, or license.  Also, it's compiled already, so I assume it's closed source.  But all you'd have to do is move the binary to /usr/bin/, or /opt/.

Offline

#3 2007-06-17 06:54:47

fancris3
Member
Registered: 2007-03-18
Posts: 67

Re: Floola - A great IPod tool

http://www.floola.com/modules/newbb/vie … rumpost362
PKGBUILD

pkgname=floola
pkgver=linux
pkgrel=1
pkgdesc="freeware application to efficiently manage your iPod or your Motorola mobile phone (any model supporting iTunes)."
arch=(i686)
install=(floola.install)
url="http://www.floola.com/modules/wiwimod/index.php?page=WiwiHome"
license=(unknown)
depends=('libnotify' 'libstdc++5')
source=(http://floola.hieber.com/Floola-$pkgver.tar.gz)
md5sums=(e2e74d0c6801da376a718fbe25ac924e)

build() {
     cd $startdir/src/Floola-linux
install -D -m755 Floola $startdir/pkg/usr/bin/floola
}

floola.install

. /etc/rc.conf
. /etc/rc.d/functions

post_install() {

  printsep
  printhl "Floola requires gstreamer or xine to be installed in order to playback music and videos."
  printsep
  echo -e "$C_CLEAR"
}

post_upgrade() {
 post_install $1
}

post_remove() {
 /bin/true 
}  

op=$1
shift

$op $*

I hope to be useful for you.

Last edited by fancris3 (2007-06-17 07:07:29)

Offline

#4 2007-06-19 15:55:53

w0rm
Member
From: Vilnius, Lithuania
Registered: 2004-02-24
Posts: 12

Re: Floola - A great IPod tool

there's a bug in the and of the 4th line of PKGBUILD. The last char should be ", not the : smile


knowledge is p0wer...

Offline

Board footer

Powered by FluxBB