[arch-commits] CVS update of extra/lib/libgpod (PKGBUILD)
Aaron Griffin
aaron at archlinux.org
Sun Aug 12 02:23:50 UTC 2007
Date: Saturday, August 11, 2007 @ 22:23:50
Author: aaron
Path: /home/cvs-extra/extra/lib/libgpod
Modified: PKGBUILD (1.15 -> 1.16)
upgpkg: libgpod 0.5.2-1
----------+
PKGBUILD | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
Index: extra/lib/libgpod/PKGBUILD
diff -u extra/lib/libgpod/PKGBUILD:1.15 extra/lib/libgpod/PKGBUILD:1.16
--- extra/lib/libgpod/PKGBUILD:1.15 Mon Mar 5 17:32:35 2007
+++ extra/lib/libgpod/PKGBUILD Sat Aug 11 22:23:49 2007
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD,v 1.15 2007/03/05 22:32:35 simo Exp $
+# $Id: PKGBUILD,v 1.16 2007/08/12 02:23:49 aaron Exp $
# Maintainer: Arjan Timmerman <arjan at soufly.nl>
# Contributor: William Rea <sillywilly at gmail.com>
pkgname=libgpod
-pkgver=0.4.2
-pkgrel=2
+pkgver=0.5.2
+pkgrel=1
pkgdesc="libgpod is a shared library to access the contents of an iPod"
arch=(i686 x86_64)
-depends=('gtk2>=2.10.9' 'python-eyed3')
+license=('LGPL')
+depends=('gtk2>=2.10.14' 'python-eyed3')
makedepends=('perlxml' 'swig')
url="http://www.gtkpod.org/libgpod.html"
-source=(http://heanet.dl.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.gz)
-options=('nolibtool')
-md5sums=('c3c031dc6f1f6eff422598c84f2621bd')
+source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e4f8d2a7be9512268267bfbe712fe9be')
+options=(!libtool)
-build()
-{
+build() {
cd ${startdir}/src/${pkgname}-${pkgver}
./configure --prefix=/usr
make PREFIX=/usr || return 1
More information about the arch-commits
mailing list