[Lunar-commits] <moonbase> libnl2: Moving to libs.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Oct 18 14:25:34 CEST 2011
commit f6709431d62b4bc3aa01306ead9441dac365e80f
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Oct 18 08:25:34 2011 -0400
libnl2: Moving to libs.
---
libs/libnl2/BUILD | 10 ++++++++++
libs/libnl2/DETAILS | 13 +++++++++++++
zbeta/libnl2/BUILD | 10 ----------
zbeta/libnl2/DETAILS | 13 -------------
4 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/libs/libnl2/BUILD b/libs/libnl2/BUILD
new file mode 100644
index 0000000..10a6041
--- /dev/null
+++ b/libs/libnl2/BUILD
@@ -0,0 +1,10 @@
+(
+
+ OPTS+=" --libdir=/usr/lib/$MODULE --with-pkgconfigdir=/usr/lib/pkgconfig \
+ --includedir=/usr/include/$MODULE --sysconfdir=/etc/$MODULE --disable-static" &&
+
+ ./autogen.sh &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/libnl2/DETAILS b/libs/libnl2/DETAILS
new file mode 100644
index 0000000..8807725
--- /dev/null
+++ b/libs/libnl2/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=libnl2
+ VERSION=2.0
+ SOURCE=libnl-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/libnl-$VERSION
+ SOURCE_URL=http://www.infradead.org/~tgr/libnl/files
+ SOURCE_VFY=sha1:7986fe6d7b4621afe484df4441c0b30bb7ff9681
+ WEB_SITE=http://www.infradead.org/~tgr/libnl
+ ENTERED=20090816
+ UPDATED=20110511
+ SHORT="library for applications dealing with netlink sockets"
+cat << EOF
+libnl is a library for applications dealing with netlink sockets.
+EOF
diff --git a/zbeta/libnl2/BUILD b/zbeta/libnl2/BUILD
deleted file mode 100644
index 10a6041..0000000
--- a/zbeta/libnl2/BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-(
-
- OPTS+=" --libdir=/usr/lib/$MODULE --with-pkgconfigdir=/usr/lib/pkgconfig \
- --includedir=/usr/include/$MODULE --sysconfdir=/etc/$MODULE --disable-static" &&
-
- ./autogen.sh &&
-
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/libnl2/DETAILS b/zbeta/libnl2/DETAILS
deleted file mode 100644
index 8807725..0000000
--- a/zbeta/libnl2/DETAILS
+++ /dev/null
@@ -1,13 +0,0 @@
- MODULE=libnl2
- VERSION=2.0
- SOURCE=libnl-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/libnl-$VERSION
- SOURCE_URL=http://www.infradead.org/~tgr/libnl/files
- SOURCE_VFY=sha1:7986fe6d7b4621afe484df4441c0b30bb7ff9681
- WEB_SITE=http://www.infradead.org/~tgr/libnl
- ENTERED=20090816
- UPDATED=20110511
- SHORT="library for applications dealing with netlink sockets"
-cat << EOF
-libnl is a library for applications dealing with netlink sockets.
-EOF
More information about the Lunar-commits
mailing list