[Frugalware-devel] [NEW PACKAGE] poezio
Adrien Ramos
adrien.ramos at upyum.com
Wed Feb 3 14:03:07 CET 2010
Le mercredi 03 février 2010 à 02:20 +0100, Miklos Vajna a écrit :
> On Tue, Feb 02, 2010 at 08:47:53PM +0100, Adrien Ramos <adrien.ramos at upyum.com> wrote:
> > diff --git a/source/xapps-extra/poezio/FrugalBuild b/source/xapps-extra/poezio/FrugalBuild
> > new file mode 100644
> > index 0000000..02c4baf
> > --- /dev/null
> > +++ b/source/xapps-extra/poezio/FrugalBuild
> > @@ -0,0 +1,25 @@
> > +# Compiling Time: 0 SBU
> > +# Maintainer: nick <nick at email>
> > +# Contributor: Ramos Adrien <adrien.ramos at upyum.com>
> > +
> > +pkgname=poezio
> > +pkgver=0.5.1
> > +pkgrel=1
> > +pkgdesc="Poezio is a free Jabber client which only support mult-users chatrooms like IRC"
> > +url="http://codingteam.net/project/poezio"
> > +depends=('python')
>
> Could you please depend on python>=2.6?
>
> That will make our lives easier when we upgrade to python-2.7, etc.
>
> > +makedepends=('setuptools')
> > +groups=('xapps-extra')
> > +archs=('i686' 'x86_64' 'ppc')
> > +source="http://codingteam.net/project/${pkgname}/download/file/${pkgname}-${pkgver}.tar.bz2"
> > +up2date="lynx -dump http://codingteam.net/project/poezio | grep 'Latest stable version' | cut -d ']' -f 2"
> > +sha1sums=('1fd399af7cbb356bcabb231d8871ca5bcb346647')
> > +
> > +build() {
> > + Fmake
> > + Fmakeinstall prefix=/usr
> > + echo -e '#!/bin/bash'"\ncd /usr/share/poezio/src/ && python client.py" > $Fdestdir/usr/bin/poezio # launcher
> > + chmod +x $Fdestdir/usr/bin/poezio
>
> We already has Fwrapper for this, see "man util.sh":
>
> Fwrapper "cd /usr/share/poezio/src/ && python client.py" poezio
>
> The rest looks fine.
>
> Thanks.
> _______________________________________________
> Frugalware-devel mailing list
> Frugalware-devel at frugalware.org
> http://frugalware.org/mailman/listinfo/frugalware-devel
Ok thank you.
I also change le group, it's a CLI software.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-poezio-0.5.1-1-x86_64.patch
Type: text/x-patch
Size: 1375 bytes
Desc: not available
URL: </pipermail/attachments/20100203/65a01f26/attachment-0001.bin>
More information about the Frugalware-devel
mailing list