[arch-commits] Commit in (podsleuth podsleuth/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Jun 8 14:41:10 UTC 2008


    Date: Sunday, June 8, 2008 @ 10:41:10
  Author: jgc
Revision: 2607

Add podsleuth

Added:
  podsleuth/
  podsleuth/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Added: podsleuth/PKGBUILD
===================================================================
--- podsleuth/PKGBUILD	                        (rev 0)
+++ podsleuth/PKGBUILD	2008-06-08 14:41:10 UTC (rev 2607)
@@ -0,0 +1,28 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Hyperair <hyperair at gmail.com>
+
+pkgname=podsleuth
+pkgver=0.6.2
+pkgrel=2
+pkgdesc="Tool to discover detailed information about Apple iPods"
+arch=('i686' 'x86_64')
+url="http://www.banshee-project.org/PodSleuth"
+license=('MIT')
+depends=('mono>=1.9.1'
+         'ndesk-dbus>=0.6.0'
+         'sg3_utils'
+	 'hal>=0.5.11')
+source=(http://banshee-project.org/files/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('270978711987fb52e48ec80026fd080a')
+
+build() {
+  export MONO_SHARED_DIR="${srcdir}/.wabi"
+  mkdir -p ${MONO_SHARED_DIR}
+  
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr || return 1
+  make || return 1
+  make DESTDIR="${pkgdir}" install
+}





More information about the arch-commits mailing list