[arch-commits] Commit in mtdev/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Mar 14 17:57:31 UTC 2012


    Date: Wednesday, March 14, 2012 @ 13:57:31
  Author: andyrtr
Revision: 153464

upgpkg: mtdev 1.1.2-1

initial import from AUR

Modified:
  mtdev/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-14 17:54:22 UTC (rev 153463)
+++ PKGBUILD	2012-03-14 17:57:31 UTC (rev 153464)
@@ -6,7 +6,7 @@
 pkgver=1.1.2
 pkgrel=1
 pkgdesc="A stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://bitmath.org/code/mtdev/"
 license=('custom:MIT')
 depends=('glibc')
@@ -16,8 +16,7 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-              --enable-static=no
+  ./configure --prefix=/usr --disable-static
   make
 }
 




More information about the arch-commits mailing list