summaryrefslogtreecommitdiffstats
path: root/extra/libgpod/Pkgfile
blob: 4b68a494e7d471b46f4b375c9775198362323dfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Librairie partagée pour accéder au contenu d'un iPod
# URL: http://www.gtkpod.org/libgpod.html
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: gtk, mutagen, libimobiledevice, sg3_utils, pygobject, swig, docbook-xsl
# Run on: gtk,mutagen,libimobiledevice,sg3_utils,pygobject,swig

name=libgpod
version=0.8.0
release=2
source=(http://downloads.sourceforge.net/sourceforge/gtkpod/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		 --enable-udev --with-python=/usr/bin/python2
	make	
	make DESTDIR=$PKG install
	sed -i -e 's|glib-2.0|gobject-2.0|' $PKG/usr/lib/pkgconfig/libgpod-1.0.pc
}