summaryrefslogtreecommitdiffstats
path: root/extra/libgpod/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libgpod/Pkgfile')
-rw-r--r--extra/libgpod/Pkgfile11
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/libgpod/Pkgfile b/extra/libgpod/Pkgfile
index 7f11ea52b..4a7f1e536 100644
--- a/extra/libgpod/Pkgfile
+++ b/extra/libgpod/Pkgfile
@@ -2,17 +2,18 @@
# URL: http://www.gtkpod.org/libgpod.html
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: mutagen
+# Depends on: mutagen, libplist
name=libgpod
-version=0.7.2
-release=1
+version=0.7.93
+release=2
source=(http://downloads.sourceforge.net/sourceforge/gtkpod/$name-$version.tar.gz)
build() {
cd $name-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr \
+ --enable-udev
make
make DESTDIR=$PKG install
- sed -i -e 's|glib-2.0|gobject-2.0|' $PKG/usr/lib/pkgconfig/libgpod-1.0.pc
+# sed -i -e 's|glib-2.0|gobject-2.0|' $PKG/usr/lib/pkgconfig/libgpod-1.0.pc
}