summaryrefslogtreecommitdiff
path: root/community/libnet/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-10 01:12:52 -0800
committerroot <root@rshg054.dnsready.net>2013-02-10 01:12:52 -0800
commit1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 (patch)
tree016bfa1969323404c37dbef29cfc7242a5a8e9f3 /community/libnet/PKGBUILD
parente9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (diff)
Sun Feb 10 01:12:35 PST 2013
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"
-}