Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/libnids/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libnids/PKGBUILD')
-rw-r--r--community/libnids/PKGBUILD17
1 files changed, 0 insertions, 17 deletions
diff --git a/community/libnids/PKGBUILD b/community/libnids/PKGBUILD
deleted file mode 100644
index 7a510454..00000000
--- a/community/libnids/PKGBUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-# libndis defines some functions inline, so they are not in the shared library,
-# needed for instance for dsniff
-# see https://src.fedoraproject.org/cgit/rpms/libnids.git/commit/?id=ecafb692f20e0acad555f66c3cc1646997a82dae
-
-source+=('libnids-1.24-inline.patch')
-sha256sums+=('3aea2351877c2a789d753ac66f1323a3d575dead9fb04c559e221dbebdfc7e3e')
-
-eval "$(
- {
- declare -f prepare || \
- printf 'prepare() {\n}\n'
- } \
- | sed '
- $i cd "$srcdir/$pkgname-$pkgver" \
- patch -Np1 -i "$srcdir/libnids-1.24-inline.patch"
- '
-)"