[arch-commits] Commit in libgpod/trunk (PKGBUILD)
Tom Gundersen
tomegun at archlinux.org
Sat Mar 31 22:49:24 UTC 2012
Date: Saturday, March 31, 2012 @ 18:49:24
Author: tomegun
Revision: 154963
upgpkg: libgpod 0.8.2-4
move udev-helpers and rules to /usr/lib
Modified:
libgpod/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-03-31 22:36:54 UTC (rev 154962)
+++ PKGBUILD 2012-03-31 22:49:24 UTC (rev 154963)
@@ -4,7 +4,7 @@
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)
license=('LGPL')
@@ -18,7 +18,7 @@
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
}
More information about the arch-commits
mailing list