summaryrefslogtreecommitdiffstats
path: root/http
diff options
context:
space:
mode:
authorIsmael Luceno2021-09-27 14:08:36 +0200
committerIsmael Luceno2021-09-27 15:14:53 +0200
commitd6baf73f57ea459c2b036f24463e9a2fd2decfa9 (patch)
treee298edd754c8d17f24fb8a40fcc9669e66afe5ca /http
parenta998d5b592c0c63484b5ba6e2c80b3ec203c0d2c (diff)
libnsgif 0.2.1
Diffstat (limited to 'http')
-rwxr-xr-xhttp/libnsgif/BUILD1
-rwxr-xr-xhttp/libnsgif/DEPENDS1
-rwxr-xr-xhttp/libnsgif/DETAILS16
-rw-r--r--http/libnsgif/HISTORY6
-rwxr-xr-xhttp/libnsgif/INSTALL1
-rwxr-xr-xhttp/libnsgif/PREPARE3
6 files changed, 13 insertions, 15 deletions
diff --git a/http/libnsgif/BUILD b/http/libnsgif/BUILD
deleted file mode 100755
index 5dce820742..0000000000
--- a/http/libnsgif/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-make PREFIX=${INSTALL_ROOT}/usr COMPONENT_TYPE=lib-shared
diff --git a/http/libnsgif/DEPENDS b/http/libnsgif/DEPENDS
new file mode 100755
index 0000000000..ee73b2bfa6
--- /dev/null
+++ b/http/libnsgif/DEPENDS
@@ -0,0 +1 @@
+depends netsurf-buildsystem
diff --git a/http/libnsgif/DETAILS b/http/libnsgif/DETAILS
index 19149a6676..6e4be6ace6 100755
--- a/http/libnsgif/DETAILS
+++ b/http/libnsgif/DETAILS
@@ -1,14 +1,10 @@
+. "$GRIMOIRE"/NETSURF_FUNCTIONS
SPELL=libnsgif
-if [[ $LIBNSGIF_AUTO == y ]]; then
- VERSION=$(date +%Y%d%m)
-else
- VERSION=scm
-fi
- SOURCE="${SPELL}-scm.tar.bz2"
- SOURCE_URL[0]=svn://svn.netsurf-browser.org/trunk/${SPELL}:${SPELL}-scm
- FORCE_DOWNLOAD=on
- SOURCE_IGNORE=volatile
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
+ VERSION=0.2.1
+ SOURCE="$SPELL-$VERSION-src.tar.gz"
+ SOURCE_URL[0]="http://download.netsurf-browser.org/libs/releases/$SOURCE"
+ SOURCE_HASH=sha512:29affce6de38574103a9777e741a44b448145d96ef63e4b86056f268c5d1389f6c5f25240a9f3ef2208fab229eabef2542f3d7ce7b37a0137071f204fbd736af
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="http://www.netsurf-browser.org/projects/libnsgif/"
LICENSE[0]=MIT
ENTERED=20090429
diff --git a/http/libnsgif/HISTORY b/http/libnsgif/HISTORY
index 805a53227c..e3f4eaced0 100644
--- a/http/libnsgif/HISTORY
+++ b/http/libnsgif/HISTORY
@@ -1,3 +1,9 @@
+2021-09-27 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: updated spell to 0.2.1
+ added NETSURF_FUNCTIONS
+ * DEPENDS: depends on netsurf-buildsystem
+ * BUILD, INSTALL, PREPARE: removed, no longer needed
+
2009-04-29 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
* BUILD, DETAILS: spell created
diff --git a/http/libnsgif/INSTALL b/http/libnsgif/INSTALL
deleted file mode 100755
index f25ca1ed8e..0000000000
--- a/http/libnsgif/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-make PREFIX=${INSTALL_ROOT}/usr COMPONENT_TYPE=lib-shared install
diff --git a/http/libnsgif/PREPARE b/http/libnsgif/PREPARE
deleted file mode 100755
index 4cf4ad33d0..0000000000
--- a/http/libnsgif/PREPARE
+++ /dev/null
@@ -1,3 +0,0 @@
-config_query LIBNSGIF_AUTO \
- "Automaticaly update the spell on sorcery queue/system-update?" \
- "n"