summaryrefslogtreecommitdiff
path: root/community/libnet/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libnet/PKGBUILD')
-rw-r--r--community/libnet/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/community/libnet/PKGBUILD b/community/libnet/PKGBUILD
deleted file mode 100644
index dbab7bf3d..000000000
--- a/community/libnet/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 78620 2012-10-22 09:19:25Z spupykin $
-# Maintainer:
-# Contributor: damir <damir@archlinux.org>
-
-pkgname=libnet
-pkgver=1.1.6
-pkgrel=1
-pkgdesc="A library which provides API for commonly used low-level net functions"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/libnet-dev/"
-license=('BSD')
-depends=('glibc' 'sh')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/libnet-dev/${pkgname}-${pkgver}.tar.gz")
-md5sums=('710296fe424a49344e5fcc0d09e53317')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make CFLAGS="${CFLAGS} -fPIC"
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-
- install -Dm644 doc/COPYING \
- "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}