summaryrefslogtreecommitdiff
path: root/community/kmod/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-01-09 13:47:51 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-01-09 13:47:51 +0000
commit7a3611f5caa5e34c1f2b582640f97b733110ae63 (patch)
tree5b0baf1ad1b36444ffbf73707a377b15fc67692f /community/kmod/PKGBUILD
parent46783b68621b6ad45cdd9ed64cfa8cdcfbc6f318 (diff)
Mon Jan 9 13:47:49 UTC 2012
Diffstat (limited to 'community/kmod/PKGBUILD')
-rw-r--r--community/kmod/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/community/kmod/PKGBUILD b/community/kmod/PKGBUILD
deleted file mode 100644
index 94a4def89..000000000
--- a/community/kmod/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sebastien Luttringer <seblu@aur.archlinux.org>
-
-pkgname=kmod
-pkgver=1
-pkgrel=1
-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')
-options=('!libtool')
-source=("http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('c80f3d430304ad78279353788c18681f')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 ft=sh et: