summaryrefslogtreecommitdiffstats
path: root/libgpod/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libgpod/Pkgfile')
-rw-r--r--libgpod/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/libgpod/Pkgfile b/libgpod/Pkgfile
new file mode 100644
index 0000000..864744e
--- /dev/null
+++ b/libgpod/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Bibliothèque d'accès aux iPod
+# URL: http://www.gtkpod.org/
+# Maintainer: NuTyX Core team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: gtk, dbus-glib, taglib, libxml2, mono, sqlite3, libplist, libimobiledevice, intltool
+# Run on: gtk,dbus-glib,taglib,libxml2,sqlite3,libplist,libimobiledevice
+
+name=libgpod
+version=0.8.2
+release=1
+source=(http://prdownloads.sourceforge.net/gtkpod/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+ --with-python=/usr/bin/python2 \
+ --with-mono \
+ --without-hal \
+ --enable-udev
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/tmp/
+}