summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndraž Levstik2009-05-03 12:52:09 +0200
committerAndraž Levstik2009-05-03 12:52:09 +0200
commitdf2e97385380a4a967d116929e4d73178109806b (patch)
treef26cda3cc82ef3e528677648b5f958416664f9ed
parentf7894e04e0626337164bbb734875a27039339ccb (diff)
http/librosprite/: new spell, a C library that provides support for reading RISC OS sprite files
-rw-r--r--ChangeLog1
-rwxr-xr-xhttp/librosprite/BUILD1
-rwxr-xr-xhttp/librosprite/DETAILS20
-rw-r--r--http/librosprite/HISTORY3
-rwxr-xr-xhttp/librosprite/INSTALL1
-rwxr-xr-xhttp/librosprite/PREPARE3
6 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7da2c92a35..60e37fb785 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
2009-05-03 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
+ * http/librosprite/: new spell, a C library that provides support for reading RISC OS sprite files
* http/libparserutils/: new spell, a library for building efficient parsers
* http/libnsgif/: new spell, a decoding library for the GIF image file format
* http/libnsbmp/: new spell, a decoding library for BMP and ICO image file formats
diff --git a/http/librosprite/BUILD b/http/librosprite/BUILD
new file mode 100755
index 0000000000..c9dda20535
--- /dev/null
+++ b/http/librosprite/BUILD
@@ -0,0 +1 @@
+make PREFIX=${INSTALL_ROOT}/usr
diff --git a/http/librosprite/DETAILS b/http/librosprite/DETAILS
new file mode 100755
index 0000000000..c740fee3e0
--- /dev/null
+++ b/http/librosprite/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=librosprite
+if [[ $LIBROSPRITE_AUTO == y ]]; then
+ VERSION=$(date +%Y%d%m)
+else
+ VERSION=scm
+fi
+ SOURCE="${SPELL}-scm.tar.bz2"
+ SOURCE_URL[0]=svn://svn.rjek.com/jshaw/libsprite/trunk:${SPELL}-scm
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
+ WEB_SITE="http://www.datumedge.co.uk/librosprite/"
+ LICENSE[0]=MIT
+ ENTERED=20090429
+ SHORT="a C library that provides support for reading RISC OS sprite files"
+cat << EOF
+librosprite is a C library that provides support for reading RISC OS sprite
+files. The library is currently used by the GTK port of the NetSurf web
+browser.
+EOF
diff --git a/http/librosprite/HISTORY b/http/librosprite/HISTORY
new file mode 100644
index 0000000000..b681610bda
--- /dev/null
+++ b/http/librosprite/HISTORY
@@ -0,0 +1,3 @@
+2009-04-29 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
+ * BUILD, DETAILS, INSTALL: spell created
+
diff --git a/http/librosprite/INSTALL b/http/librosprite/INSTALL
new file mode 100755
index 0000000000..621f3f869f
--- /dev/null
+++ b/http/librosprite/INSTALL
@@ -0,0 +1 @@
+make PREFIX=${INSTALL_ROOT}/usr install
diff --git a/http/librosprite/PREPARE b/http/librosprite/PREPARE
new file mode 100755
index 0000000000..3b10d5e229
--- /dev/null
+++ b/http/librosprite/PREPARE
@@ -0,0 +1,3 @@
+config_query LIBROSPRITE_AUTO \
+ "Automaticaly update the spell on sorcery queue/system-update?" \
+ "n"