summaryrefslogtreecommitdiff
path: root/community/libmnl
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-25 04:03:32 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-25 04:03:32 +0000
commit29cefdccedfcb48822a8da80b259ed0bb0f73266 (patch)
treeeabeaf9a2ee1319f8cc0f3e05018588aa5a169c9 /community/libmnl
parentd256eaa80219eb28cbfb4f9474acc6fb41c63d3c (diff)
Fri Jul 25 03:59:36 UTC 2014
Diffstat (limited to 'community/libmnl')
-rw-r--r--community/libmnl/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/libmnl/PKGBUILD b/community/libmnl/PKGBUILD
deleted file mode 100644
index 09b5ec8fd..000000000
--- a/community/libmnl/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 114509 2014-07-01 18:42:51Z seblu $
-# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
-# Contributor: Christian Hesse <mail@earthworm.de>
-
-pkgname=libmnl
-pkgver=1.0.3
-pkgrel=2
-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')
-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 et: