diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-06 23:38:28 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-06 23:38:28 -0300 |
commit | 750a8fc982e640e6ef62f80afd99469959f407ad (patch) | |
tree | cfc482b7afcc4e3502e67578825c439ee296b2d5 /extra/libgpod/PKGBUILD | |
parent | 2781491d77559e5a9f0e0d26698d91da745f14f3 (diff) | |
parent | 3d65494a8eda056377febda4642ce992e69a9371 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
core/kmod/PKGBUILD
multilib/lib32-libpng/PKGBUILD
testing/baobab/PKGBUILD
testing/empathy/PKGBUILD
testing/libgdata/PKGBUILD
testing/telepathy-farstream/PKGBUILD
testing/telepathy-haze/PKGBUILD
Diffstat (limited to 'extra/libgpod/PKGBUILD')
-rw-r--r-- | extra/libgpod/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libgpod/PKGBUILD b/extra/libgpod/PKGBUILD index 47ab07dd7..6f7f63f6b 100644 --- a/extra/libgpod/PKGBUILD +++ b/extra/libgpod/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 148826 2012-02-05 11:51:56Z ibiru $ +# $Id: PKGBUILD 155743 2012-04-06 00:05:54Z tomegun $ # Maintainer: Daniel Isenmann <daniel@archlinux.org> # Contributor: William Rea <sillywilly@gmail.com> pkgname=libgpod pkgver=0.8.2 -pkgrel=3 +pkgrel=4 pkgdesc="A shared library to access the contents of an iPod" arch=(i686 x86_64 'mips64el') license=('LGPL') @@ -18,7 +18,7 @@ md5sums=('ff0fd875fa08f2a6a49dec57ce3367ab') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr \ + ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \ --enable-udev --with-python=/usr/bin/python2 make PREFIX=/usr } |