# Maintainer: Luis Henrique # Former Maintainer(s): Former Maintainer # Mandatory pkgname=python-gpod pkgver=0.7.2 pkgrel=1lm source=("http://downloads.sourceforge.net/project/gtkpod/libgpod/libgpod-0.7.2/libgpod-0.7.2.tar.gz") # Optional url=http://gtkpod.org slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "python-gpod (gpod python module)" "This package contains the python bindings for libgpod." ) build() { cd $startdir/src/libgpod-$pkgver ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --disable-static \ --enable-eject-command \ --enable-unmount-command \ --build=$ARCH-slackware-linux make || return 1 # Install python bindings cd bindings make install DESTDIR=$startdir/pkg || exit 1 }