Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6d6bbd63196d2c458187ba961018066d97defc53
commit 6d6bbd63196d2c458187ba961018066d97defc53 Author: Baste <[email protected]> Date: Wed Apr 10 08:39:52 2013 +0200 libgexiv2-0.6.1-1-x86_64 * Version bump * Change m8r diff --git a/source/lib-extra/libgexiv2/FrugalBuild b/source/lib-extra/libgexiv2/FrugalBuild index b0d1118..370d480 100644 --- a/source/lib-extra/libgexiv2/FrugalBuild +++ b/source/lib-extra/libgexiv2/FrugalBuild @@ -1,16 +1,24 @@ -# Compiling Time: 0.07 SBU -# Maintainer: Devil505 <[email protected]> +# Compiling Time: 0.05 SBU +# Maintainer: Baste <[email protected]> +# Contributor: Devil505 <[email protected]> + +options+=('asneeded') pkgname=libgexiv2 -pkgver=0.4.1 -pkgrel=2 +pkgver=0.6.1 +pkgrel=1 pkgdesc="GObject-based wrapper around the Exiv2 library." url="http://trac.yorba.org/wiki/gexiv2" depends=('exiv2>=0.23' 'glib2') groups=('lib-extra') archs=('i686' 'x86_64') +Fpkgversep="_" up2date="Flasttar http://yorba.org/download/gexiv2/stable/" -source=(http://yorba.org/download/gexiv2/stable/$pkgname-$pkgver.tar.bz2) -sha1sums=('b74cd19a4cf4a4a32a938ecb267974c29e630dc2') +source=(http://yorba.org/download/gexiv2/stable/$pkgname$Fpkgversep$pkgver.tar.xz) +sha1sums=('298184cbca6e5695e48af96d12e705d5b67beebe') +build() { + Fcd $pkgname-$pkgver + Fbuild +} # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
