[Lunar-commits] <moonbase> libxslt: move it from gnome2/platform dir to libs dir.
Florin Braescu
florin at lunar-linux.org
Fri Apr 2 23:11:30 CEST 2010
commit 5696d7ab8fbb265d808c5c6f9bccfadfa14cca83
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Apr 3 00:11:30 2010 +0300
libxslt: move it from gnome2/platform dir to libs dir.
---
gnome2/platform/libxslt/BUILD | 10 ----------
gnome2/platform/libxslt/DEPENDS | 1 -
gnome2/platform/libxslt/DETAILS | 18 ------------------
libs/libxslt/BUILD | 10 ++++++++++
libs/libxslt/DEPENDS | 1 +
libs/libxslt/DETAILS | 18 ++++++++++++++++++
6 files changed, 29 insertions(+), 29 deletions(-)
diff --git a/gnome2/platform/libxslt/BUILD b/gnome2/platform/libxslt/BUILD
deleted file mode 100644
index 982959b..0000000
--- a/gnome2/platform/libxslt/BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-(
-
- # Fix docdir
- sedit "s:libxslt-\$(VERSION):libxslt:" doc/Makefile.in &&
- sedit "s:/doc/libxslt-python-\$(LIBXSLT_VERSION):/doc/libxslt-python:" python/Makefile.in &&
- sedit "s:/doc/libxslt-python-\$(LIBXSLT_VERSION):/doc/libxslt-python:" python/tests/Makefile.in &&
-
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/gnome2/platform/libxslt/DEPENDS b/gnome2/platform/libxslt/DEPENDS
deleted file mode 100644
index b431aa4..0000000
--- a/gnome2/platform/libxslt/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends libxml2
diff --git a/gnome2/platform/libxslt/DETAILS b/gnome2/platform/libxslt/DETAILS
deleted file mode 100644
index 87905dd..0000000
--- a/gnome2/platform/libxslt/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- MODULE=libxslt
- VERSION=1.1.26
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=ftp://xmlsoft.org/$MODULE/
- SOURCE_VFY=sha1:69f74df8228b504a87e2b257c2d5238281c65154
- WEB_SITE=http://www.gnome.org
- ENTERED=20011010
- UPDATED=20091214
- SHORT="XSLT processing library"
-
-cat << EOF
-Libxslt is a C library for GNOME which allows developers to work with
-XSLT. It is based on libxml for XML parsing, tree manipulation, and
-XPath support. It is written in plain C, making as few assumptions as
-possible, and sticking closely to ANSI C/POSIX for easy embedding.
-Though not designed primarily with performances in mind, libxslt seems
-to be a relatively fast processor.
-EOF
diff --git a/libs/libxslt/BUILD b/libs/libxslt/BUILD
new file mode 100644
index 0000000..982959b
--- /dev/null
+++ b/libs/libxslt/BUILD
@@ -0,0 +1,10 @@
+(
+
+ # Fix docdir
+ sedit "s:libxslt-\$(VERSION):libxslt:" doc/Makefile.in &&
+ sedit "s:/doc/libxslt-python-\$(LIBXSLT_VERSION):/doc/libxslt-python:" python/Makefile.in &&
+ sedit "s:/doc/libxslt-python-\$(LIBXSLT_VERSION):/doc/libxslt-python:" python/tests/Makefile.in &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/libxslt/DEPENDS b/libs/libxslt/DEPENDS
new file mode 100644
index 0000000..b431aa4
--- /dev/null
+++ b/libs/libxslt/DEPENDS
@@ -0,0 +1 @@
+depends libxml2
diff --git a/libs/libxslt/DETAILS b/libs/libxslt/DETAILS
new file mode 100644
index 0000000..87905dd
--- /dev/null
+++ b/libs/libxslt/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=libxslt
+ VERSION=1.1.26
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=ftp://xmlsoft.org/$MODULE/
+ SOURCE_VFY=sha1:69f74df8228b504a87e2b257c2d5238281c65154
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20011010
+ UPDATED=20091214
+ SHORT="XSLT processing library"
+
+cat << EOF
+Libxslt is a C library for GNOME which allows developers to work with
+XSLT. It is based on libxml for XML parsing, tree manipulation, and
+XPath support. It is written in plain C, making as few assumptions as
+possible, and sticking closely to ANSI C/POSIX for easy embedding.
+Though not designed primarily with performances in mind, libxslt seems
+to be a relatively fast processor.
+EOF
More information about the Lunar-commits
mailing list