summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndraž Levstik2009-05-03 12:52:00 +0200
committerAndraž Levstik2009-05-03 12:52:00 +0200
commitc84887d654803c2dd55e8ccd6c4f92f4db285152 (patch)
treeace7478ee22f6f321d6cf9bf038a0525014f4db5
parent5020e918f43be6e9f8a550da60850b47d9a04c9e (diff)
doc/libharu2-scm/: new spell, C/C++ library for generating PDF documents.
-rw-r--r--ChangeLog3
-rwxr-xr-xdoc/libharu2-scm/DEPENDS3
-rwxr-xr-xdoc/libharu2-scm/DETAILS22
-rw-r--r--doc/libharu2-scm/HISTORY7
-rwxr-xr-xdoc/libharu2-scm/PREPARE3
-rwxr-xr-xdoc/libharu2-scm/PRE_BUILD3
6 files changed, 41 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77aa6041e3..2b18fd6c2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-05-03 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
+ * doc/libharu2-scm/: new spell, C/C++ library for generating PDF documents.
+
2009-05-02 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
* http/uzbl: new spell, A browser that adheres to the unix philosophy
diff --git a/doc/libharu2-scm/DEPENDS b/doc/libharu2-scm/DEPENDS
new file mode 100755
index 0000000000..65bcb786c2
--- /dev/null
+++ b/doc/libharu2-scm/DEPENDS
@@ -0,0 +1,3 @@
+depends zlib &&
+depends libpng
+
diff --git a/doc/libharu2-scm/DETAILS b/doc/libharu2-scm/DETAILS
new file mode 100755
index 0000000000..c959ccc514
--- /dev/null
+++ b/doc/libharu2-scm/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=libharu2-scm
+if [[ $LIBHARU2_AUTO == true ]]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=scm
+fi
+ SOURCE_IGNORE=volatile
+ SOURCE=$SPELL.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ FORCE_DOWNLOAD=on
+ SOURCE_URL[0]=git://github.com/tony2001/libharu.git:libharu2-scm
+ WEB_SITE=http://libharu.org/
+ LICENSE=ZLIB
+ ENTERED=20060807
+ DOCS="README doc/*"
+ KEYWORDS="pdf doc"
+ SHORT="C/C++ library for generating PDF documents."
+cat << EOF
+Haru is a library for c/c++ that has the ability to generate PDF
+document for free. It supports most of the standard features of the
+Portable Document Format.
+EOF
diff --git a/doc/libharu2-scm/HISTORY b/doc/libharu2-scm/HISTORY
new file mode 100644
index 0000000000..dc63e2dc22
--- /dev/null
+++ b/doc/libharu2-scm/HISTORY
@@ -0,0 +1,7 @@
+2009-05-03 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
+ * DEPENDS:cloned from libharu2 spell
+ * DETAILS: cloned from libharu2 spell
+ * HISTORY: cloned from libharu2 spell
+ * PRE_BUILD: created
+ * PREPARE: created
+
diff --git a/doc/libharu2-scm/PREPARE b/doc/libharu2-scm/PREPARE
new file mode 100755
index 0000000000..6be3c93cae
--- /dev/null
+++ b/doc/libharu2-scm/PREPARE
@@ -0,0 +1,3 @@
+config_query LIBHARU2_AUTO \
+ "Automaticaly update the spell on sorcery queue/system-update?" \
+ "n"
diff --git a/doc/libharu2-scm/PRE_BUILD b/doc/libharu2-scm/PRE_BUILD
new file mode 100755
index 0000000000..e0b01fd3b7
--- /dev/null
+++ b/doc/libharu2-scm/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+./buildconf.sh