[Lunar-commits] <moonbase> librsync: make it install the shared libs.
Florin Braescu
florin at lunar-linux.org
Wed Dec 10 15:23:46 CET 2008
commit aa3df57035f9569a940bfd46b029bd7283d4b382
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Dec 10 16:23:46 2008 +0200
librsync: make it install the shared libs.
---
libs/librsync/BUILD | 6 ++++++
libs/librsync/DETAILS | 17 ++++++++---------
2 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/libs/librsync/BUILD b/libs/librsync/BUILD
new file mode 100644
index 0000000..155c8a7
--- /dev/null
+++ b/libs/librsync/BUILD
@@ -0,0 +1,6 @@
+(
+
+ OPTS="$OPTS --enable-shared" &&
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/librsync/DETAILS b/libs/librsync/DETAILS
index 9ca0162..877cde5 100644
--- a/libs/librsync/DETAILS
+++ b/libs/librsync/DETAILS
@@ -3,17 +3,16 @@
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE
SOURCE_VFY=sha1:d575eb5cae7a815798220c3afeff5649d3e8b4ab
- WEB_SITE=http://librsync.sourceforge.net/
+ WEB_SITE=http://librsync.sourceforge.net
ENTERED=20070603
UPDATED=20070603
SHORT="Library that implements the rsync remote-delta algorithm"
+
cat << EOF
-librsync is a free software library that implements
-the rsync remote-delta algorithm. This algorithm
-allows efficient remote updates of a file, without
-requiring the old and new versions to both be
-present at the sending end. The library uses a
-"streaming" design similar to that of zlib with the
-aim of allowing it to be embedded into many
-different applications.
+librsync is a free software library that implements the rsync
+remote-delta algorithm. This algorithm allows efficient remote
+updates of a file, without requiring the old and new versions
+to both be present at the sending end. The library uses a
+"streaming" design similar to that of zlib with the aim of
+allowing it to be embedded into many different applications.
EOF
More information about the Lunar-commits
mailing list