summaryrefslogtreecommitdiffstats
path: root/http
diff options
context:
space:
mode:
authorIsmael Luceno2021-09-27 15:05:48 +0200
committerIsmael Luceno2021-09-27 15:25:48 +0200
commit29dd7129d89525c3d039a0b6e6191aaabbf65885 (patch)
tree975ba4548cb7726e90ec71fe8c4b55f3641b6af8 /http
parent78f37573d1c5196fa8c741dd832b1cc8c4db9bf0 (diff)
hubbub 0.3.7
Diffstat (limited to 'http')
-rwxr-xr-xhttp/hubbub/BUILD1
-rwxr-xr-xhttp/hubbub/DEPENDS1
-rwxr-xr-xhttp/hubbub/DETAILS16
-rw-r--r--http/hubbub/HISTORY5
-rwxr-xr-xhttp/hubbub/INSTALL1
-rwxr-xr-xhttp/hubbub/PREPARE3
6 files changed, 12 insertions, 15 deletions
diff --git a/http/hubbub/BUILD b/http/hubbub/BUILD
deleted file mode 100755
index 5dce820742..0000000000
--- a/http/hubbub/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-make PREFIX=${INSTALL_ROOT}/usr COMPONENT_TYPE=lib-shared
diff --git a/http/hubbub/DEPENDS b/http/hubbub/DEPENDS
index 5783be028a..5f3fb2d444 100755
--- a/http/hubbub/DEPENDS
+++ b/http/hubbub/DEPENDS
@@ -1,3 +1,4 @@
+depends netsurf-buildsystem &&
depends perl &&
depends libxslt &&
depends wget &&
diff --git a/http/hubbub/DETAILS b/http/hubbub/DETAILS
index 95c88560f6..a16b5e1f40 100755
--- a/http/hubbub/DETAILS
+++ b/http/hubbub/DETAILS
@@ -1,14 +1,10 @@
+. "$GRIMOIRE"/NETSURF_FUNCTIONS
SPELL=hubbub
-if [[ $HUBBUB_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
- SOURCE_IGNORE=volatile
- FORCE_DOWNLOAD=on
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
+ VERSION=0.3.7
+ SOURCE="lib$SPELL-$VERSION-src.tar.gz"
+ SOURCE_URL[0]="https://download.netsurf-browser.org/libs/releases/$SOURCE"
+ SOURCE_HASH=sha512:d8ae4a8c4ded2c0e73902bfcf4d5d353154e27f236be0f6ea878cc2daed8a399378a4a9c2021f96106e1c822585b1daa09c9bd49c1551d3e87f37348865cfce1
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/lib$SPELL-$VERSION"
WEB_SITE="http://www.netsurf-browser.org/projects/hubbub/"
LICENSE[0]=MIT
ENTERED=20090429
diff --git a/http/hubbub/HISTORY b/http/hubbub/HISTORY
index 73965d944e..3ace7793ed 100644
--- a/http/hubbub/HISTORY
+++ b/http/hubbub/HISTORY
@@ -1,3 +1,8 @@
+2021-09-27 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: updated spell to 0.3.7
+ added NETSURF_FUNCTIONS
+ * BUILD, INSTALL, PREPARE: removed, no longer needed
+
2009-04-29 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
* BUILD, DETAILS, DEPENDS, INSTALL: spell created
diff --git a/http/hubbub/INSTALL b/http/hubbub/INSTALL
deleted file mode 100755
index f25ca1ed8e..0000000000
--- a/http/hubbub/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-make PREFIX=${INSTALL_ROOT}/usr COMPONENT_TYPE=lib-shared install
diff --git a/http/hubbub/PREPARE b/http/hubbub/PREPARE
deleted file mode 100755
index 595f2d1704..0000000000
--- a/http/hubbub/PREPARE
+++ /dev/null
@@ -1,3 +0,0 @@
-config_query HUBBUB_AUTO \
- "Automaticaly update the spell on sorcery queue/system-update?" \
- "n"