[arch-commits] Commit in kmod/repos (4 files)

Dave Reisner dreisner at archlinux.org
Wed Dec 21 02:42:53 UTC 2011


    Date: Tuesday, December 20, 2011 @ 21:42:53
  Author: dreisner
Revision: 145285

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kmod/repos/extra-i686/PKGBUILD
    (from rev 145284, kmod/trunk/PKGBUILD)
  kmod/repos/extra-x86_64/PKGBUILD
    (from rev 145284, kmod/trunk/PKGBUILD)
Deleted:
  kmod/repos/extra-i686/PKGBUILD
  kmod/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   62 ++++++++++++++++++++++++------------------------
 extra-x86_64/PKGBUILD |   62 ++++++++++++++++++++++++------------------------
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-12-21 02:42:37 UTC (rev 145284)
+++ extra-i686/PKGBUILD	2011-12-21 02:42:53 UTC (rev 145285)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-
-pkgname=kmod
-pkgver=2
-pkgrel=1
-pkgdesc="interface to kernel module operations"
-arch=('i686' 'x86_64')
-url="http://git.profusion.mobi/cgit.cgi/lucas/kmod/"
-license=('GPL2')
-depends=('glibc' 'zlib')
-options=('!libtool')
-source=("http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz")
-md5sums=('6017364434377f6724f749d7a28c5d7a')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --libdir=/lib --enable-zlib
-  make
-}
-
-check() {
-  make -C "$pkgname-$pkgver" check
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim: ft=sh syn=sh et

Copied: kmod/repos/extra-i686/PKGBUILD (from rev 145284, kmod/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-12-21 02:42:53 UTC (rev 145285)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+
+pkgname=kmod
+pkgver=2
+pkgrel=2
+pkgdesc="A set of tools to handle common tasks with Linux kernel modules"
+arch=('i686' 'x86_64')
+url="http://git.profusion.mobi/cgit.cgi/kmod.git"
+license=('GPL2')
+depends=('glibc' 'zlib')
+options=('!libtool')
+source=("http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz")
+md5sums=('6017364434377f6724f749d7a28c5d7a')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --enable-zlib
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim: ft=sh syn=sh et

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-12-21 02:42:37 UTC (rev 145284)
+++ extra-x86_64/PKGBUILD	2011-12-21 02:42:53 UTC (rev 145285)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-
-pkgname=kmod
-pkgver=2
-pkgrel=1
-pkgdesc="interface to kernel module operations"
-arch=('i686' 'x86_64')
-url="http://git.profusion.mobi/cgit.cgi/lucas/kmod/"
-license=('GPL2')
-depends=('glibc' 'zlib')
-options=('!libtool')
-source=("http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz")
-md5sums=('6017364434377f6724f749d7a28c5d7a')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --libdir=/lib --enable-zlib
-  make
-}
-
-check() {
-  make -C "$pkgname-$pkgver" check
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim: ft=sh syn=sh et

Copied: kmod/repos/extra-x86_64/PKGBUILD (from rev 145284, kmod/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-12-21 02:42:53 UTC (rev 145285)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+
+pkgname=kmod
+pkgver=2
+pkgrel=2
+pkgdesc="A set of tools to handle common tasks with Linux kernel modules"
+arch=('i686' 'x86_64')
+url="http://git.profusion.mobi/cgit.cgi/kmod.git"
+license=('GPL2')
+depends=('glibc' 'zlib')
+options=('!libtool')
+source=("http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz")
+md5sums=('6017364434377f6724f749d7a28c5d7a')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --enable-zlib
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim: ft=sh syn=sh et




More information about the arch-commits mailing list