summaryrefslogtreecommitdiff
path: root/staging/libnl1/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'staging/libnl1/PKGBUILD')
-rw-r--r--staging/libnl1/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/staging/libnl1/PKGBUILD b/staging/libnl1/PKGBUILD
deleted file mode 100644
index 15c0c45c1..000000000
--- a/staging/libnl1/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 149709 2012-02-09 17:21:50Z heftig $
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-# Contributor: William Rea <sillywilly@gmail.com>
-
-pkgname=libnl1
-pkgver=1.1
-pkgrel=1
-pkgdesc="Library for applications dealing with netlink sockets (Legacy version)"
-arch=('i686' 'x86_64')
-url="http://www.infradead.org/~tgr/libnl/"
-license=('GPL')
-depends=('glibc')
-source=("http://www.infradead.org/~tgr/libnl/files/libnl-${pkgver}.tar.gz"
- 'fix-compilation.patch')
-md5sums=('ae970ccd9144e132b68664f98e7ceeb1'
- 'e1f5e82c8aa1b3ad025c7b588178de1e')
-
-build() {
- cd ${srcdir}/libnl-${pkgver}
- patch -Np1 -i ${srcdir}/fix-compilation.patch
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/libnl-${pkgver}
- make DESTDIR=${pkgdir} install
-}