summaryrefslogtreecommitdiffstats
path: root/extra/libgpod
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-06-22 15:33:58 +0200
committersibel <lesibel at free dot fr>2010-06-22 15:33:58 +0200
commit13e10b3c69e46f4be2308eee6811a65c87f40afb (patch)
treeae1104047a08e725441345ec941c40e789a35d09 /extra/libgpod
parent16a21513d1b6f60248fa68510b658a66139c3b52 (diff)
downloadnutyx-extra-13e10b3c69e46f4be2308eee6811a65c87f40afb.tar.gz
nutyx-extra-13e10b3c69e46f4be2308eee6811a65c87f40afb.tar.bz2
nutyx-extra-13e10b3c69e46f4be2308eee6811a65c87f40afb.tar.xz
nutyx-extra-13e10b3c69e46f4be2308eee6811a65c87f40afb.zip
maj de libgpod#0.7.93-2
Diffstat (limited to 'extra/libgpod')
-rw-r--r--extra/libgpod/.footprint5
-rw-r--r--extra/libgpod/Pkgfile7
2 files changed, 9 insertions, 3 deletions
diff --git a/extra/libgpod/.footprint b/extra/libgpod/.footprint
index be417634f..f70c5d006 100644
--- a/extra/libgpod/.footprint
+++ b/extra/libgpod/.footprint
@@ -1,3 +1,8 @@
+drwxr-xr-x root/root lib/
+drwxr-xr-x root/root lib/udev/
+-rwxr-xr-x root/root lib/udev/ipod-set-info
+drwxr-xr-x root/root lib/udev/rules.d/
+-rw-r--r-- root/root lib/udev/rules.d/90-libgpod.rules
drwxr-xr-x root/root tmp/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
diff --git a/extra/libgpod/Pkgfile b/extra/libgpod/Pkgfile
index d422dfb9a..4a7f1e536 100644
--- a/extra/libgpod/Pkgfile
+++ b/extra/libgpod/Pkgfile
@@ -6,13 +6,14 @@
name=libgpod
version=0.7.93
-release=1
+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
}