[Lunar-commits] <moonbase> libdnet: version bumped to 1.12.
Florin Braescu
florin at lunar-linux.org
Mon Oct 10 08:49:48 CEST 2011
commit 9d1a5b389bf24a3b558ad2a19459a63c7e0f6782
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Oct 10 08:49:48 2011 +0200
libdnet: version bumped to 1.12.
---
net/libdnet/BUILD | 7 ++++---
net/libdnet/DETAILS | 11 ++++++-----
net/libdnet/POST_REMOVE | 4 ++++
3 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/net/libdnet/BUILD b/net/libdnet/BUILD
index e2fbd21..9428a13 100644
--- a/net/libdnet/BUILD
+++ b/net/libdnet/BUILD
@@ -1,7 +1,8 @@
(
- OPTS+=" --disable-static" &&
-
- default_build
+ OPTS+=" --disable-static" &&
+ default_build &&
+ ln -sf /usr/lib/libdnet /usr/lib/libdnet.so &&
+ ln -sf /usr/lib/libdnet.1 /usr/lib/libdnet.so.1
) > $C_FIFO 2>&1
diff --git a/net/libdnet/DETAILS b/net/libdnet/DETAILS
old mode 100755
new mode 100644
index ad3ce10..3a32d71
--- a/net/libdnet/DETAILS
+++ b/net/libdnet/DETAILS
@@ -1,12 +1,13 @@
MODULE=libdnet
- VERSION=1.11
+ VERSION=1.12
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:e2ae8c7f0ca95655ae9f77fd4a0e2235dc4716bf
- WEB_SITE=http://libdnet.sourceforge.net/
+ SOURCE_URL=http://libdnet.googlecode.com/files
+ SOURCE_VFY=sha1:c6c3325e8e17797b45aa8510c6b2271bc685ef4b
+ WEB_SITE=http://libdnet.googlecode.com
ENTERED=20060314
- UPDATED=20060314
+ UPDATED=20111010
SHORT="A interface to several low-level networking routines"
+
cat << EOF
libdnet provides a simplified, portable interface to several low-level
networking routines, including:
diff --git a/net/libdnet/POST_REMOVE b/net/libdnet/POST_REMOVE
new file mode 100644
index 0000000..d890116
--- /dev/null
+++ b/net/libdnet/POST_REMOVE
@@ -0,0 +1,4 @@
+# Remove dangling symlinks
+cd /usr/lib &&
+rm -f libdnet.so libdnet.so.1
+
More information about the Lunar-commits
mailing list