[arch-commits] Commit in libatasmart/gnome-unstable (PKGBUILD)

Jan de Groot jgc at archlinux.org
Tue Aug 11 19:56:25 UTC 2009


    Date: Tuesday, August 11, 2009 @ 15:56:25
  Author: jgc
Revision: 49537

Remove libtool files, add localstatedir and sysconfdir

Modified:
  libatasmart/gnome-unstable/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-11 19:48:04 UTC (rev 49536)
+++ PKGBUILD	2009-08-11 19:56:25 UTC (rev 49537)
@@ -9,12 +9,14 @@
 license=('LGPL')
 depends=('udev>=145')
 url="http://0pointer.de/blog/projects/being-smart.html"
+options=(!libtool)
 source=(http://0pointer.de/public/${pkgname}-${pkgver}.tar.gz)
 md5sums=('5f8bef94ed2b65748a6e37c059b81042')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static || return 1
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --disable-static || return 1
   make || return 1
-  make -j1 DESTDIR="${pkgdir}" install || return 1
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list