[arch-commits] Commit in libgpod/repos (3 files)
Ionut Biru
ibiru at archlinux.org
Mon Jan 30 18:48:14 UTC 2012
Date: Monday, January 30, 2012 @ 13:48:14
Author: ibiru
Revision: 148204
db-move: moved libgpod from [staging] to [testing] (i686)
Added:
libgpod/repos/testing-i686/
libgpod/repos/testing-i686/PKGBUILD
(from rev 148047, libgpod/repos/staging-i686/PKGBUILD)
Deleted:
libgpod/repos/staging-i686/
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: libgpod/repos/testing-i686/PKGBUILD (from rev 148047, libgpod/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-01-30 18:48:14 UTC (rev 148204)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libgpod
+pkgver=0.8.2
+pkgrel=3
+pkgdesc="A shared library to access the contents of an iPod"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice')
+makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
+optdepends=('gtk-sharp-2: Mono bindings')
+url="http://www.gtkpod.org/libgpod/"
+source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2)
+options=('!libtool' '!emptydirs')
+md5sums=('ff0fd875fa08f2a6a49dec57ce3367ab')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr \
+ --enable-udev --with-python=/usr/bin/python2
+ make PREFIX=/usr
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make PREFIX=/usr DESTDIR="${pkgdir}" install
+}
+
More information about the arch-commits
mailing list