On Tue, Aug 24, 2010 at 01:35:58PM +0200, kikadf <[email protected]> wrote:
> # Compiling Time: 0.0 SBU
> # Maintainer: who
> # Contributor: kikadf <[email protected]>
> 
> pkgname=atunes
> pkgver=2.0.1
> pkgrel=1
> pkgdesc="aTunes is a full-featured audio player and manager, developed in 
> Java programming language."
> url="http://www.atunes.org/";
> _F_desktop_name="aTunes"
> _F_desktop_icon="$pkgname.png"
> _F_desktop_exec="$pkgname"
> _F_desktop_categories="AudioVideo;Player;"
> depends=('j2re>=6' 'mplayer' 'cdrtools' 'lame' 'flac')

Can you try if it works with openjre? The plan is to make openjre the
default sooner or later, as j2re is a binary blob.

> groups=('xmultimedia-extra')
> archs=('i686' 'x86_64')
> source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/aTunes%20$pkgver/$pkgname$Fpkgversep$pkgver.tar.gz)
> up2date="lynx --dump $url?page_id=6 | grep -2 'Download latest' | tail -1 | 
> cut -d ' ' -f 5"
> sha1sums=('805ab09498c3a3dd243a0804030c41fcfd1bd107')
> 
> build()
> {
>       _srcdir=($pkgname$Fpkgversep$pkgver-SNAPSHOT)
>       _starter=($Fsrcdir$_srcdir/$pkgname)
>       _pkgdir=($Fprefix/share/$pkgname)
>       Fexec touch $_starter
>       Fexec echo '#!/bin/sh' > $_starter
>       Fexec echo 'cd /usr/share/atunes/' >> $_starter
>       Fexec echo 'sh ./aTunes.sh "$@"' >> $_starter

What about using Fwrapper here?

Attachment: pgpAohEPSnNhq.pgp
Description: PGP signature

_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel

Reply via email to