summaryrefslogtreecommitdiff
path: root/community/libmnl
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/libmnl
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/libmnl')
-rw-r--r--community/libmnl/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/libmnl/PKGBUILD b/community/libmnl/PKGBUILD
deleted file mode 100644
index bc4e355c2..000000000
--- a/community/libmnl/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 71327 2012-05-26 23:26:09Z seblu $
-# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
-# Contributor: Christian Hesse <mail@earthworm.de>
-
-pkgname=libmnl
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='Minimalistic user-space library oriented to Netlink developers.'
-arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/libmnl/'
-license=('LGPL2.1')
-depends=('glibc')
-options=('!libtool')
-source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2")
-sha1sums=('c27e25f67c6422ebf893fc3a844af8085a1c5b63')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 ft=sh et: