Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=431f498fa2dcbb65bc66eab4e26e83e0184e87ed
commit 431f498fa2dcbb65bc66eab4e26e83e0184e87ed Author: Priyank <[email protected]> Date: Sun Dec 28 11:39:16 2008 +0530 obextool-0.34_2-1-i686 * Version bump * New maintainer diff --git a/source/xapps-extra/obextool/FrugalBuild b/source/xapps-extra/obextool/FrugalBuild index 4f05eba..1f18adc 100644 --- a/source/xapps-extra/obextool/FrugalBuild +++ b/source/xapps-extra/obextool/FrugalBuild @@ -1,20 +1,23 @@ # Compiling Time: 0 SBU -# Maintainer: Szabo Peter Laszlo <pete at teamlupus.hu> +# Maintainer: Priyank Gosalia <[email protected]> +# Contributor: Szabo Peter Laszlo <pete at teamlupus.hu> pkgname=obextool -pkgver=0.33 -pkgrel=2 +pkgver=0.34_2 +pkgrel=1 pkgdesc="A graphical frontend to communicate with mobiles and other devices capable of communicating via Obex Protocol." url="http://www.tech-edv.co.at/programmierung/en/gplsw.html" -rodepends=('bwidget' 'tablelist' 'obexftp') +rodepends=('bwidget>=1.8.0-2' 'tablelist>=4.10' 'obexftp') groups=('xapps-extra') archs=('i686' 'x86_64') -up2date="lynx -dump $url | grep -m1 'The latest version is'|sed 's/.*-\(.*\)\.t.*/\1/'" -source=(http://www.tech-edv.co.at/downloads/obextool-$pkgver.tar.gz \ - obextool.cfg obexwrap.sh) -sha1sums=('5da92949840ea8906e386a30341d4ee15df3b999' \ +_F_sourceforge_mirror="nchc" +Finclude sourceforge +up2date="lynx -dump 'http://sourceforge.net/project/showfiles.php?group_id=87028&package_id=90535' | grep -m1 tar.gz | sed 's/.*l-\(.*\).t.*/\1/' | tr '-' '_'" +source=(${source/_/-} obextool.cfg obexwrap.sh) +sha1sums=('b7296383a4f7d457511763d0b28425269132362d' \ '702b507d8d5276c759ebcb85ccefcdeff98f375c' \ 'cfd51655dd9f7341204caa333bceb1f7b9183ef6') +_F_cd_path="${pkgname}-${pkgver/_2/}" build() { @@ -29,3 +32,4 @@ build() Fmkdir /usr/share/doc/ Fmv /usr/lib/obextool/doc /usr/share/doc/$pkgname-$pkgver } + _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
