summaryrefslogtreecommitdiffstats
path: root/devel/b43-tools/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'devel/b43-tools/DETAILS')
-rwxr-xr-xdevel/b43-tools/DETAILS11
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/b43-tools/DETAILS b/devel/b43-tools/DETAILS
index e0800c47c9..ba27446bc2 100755
--- a/devel/b43-tools/DETAILS
+++ b/devel/b43-tools/DETAILS
@@ -1,15 +1,12 @@
+. "$GRIMOIRE/FUNCTIONS"
SPELL=b43-tools
-if [[ $B43_TOOLS_AUTOUPDATE == y ]]; then
- VERSION=$(date +%Y%m%d)
-else
- VERSION=git
-fi
+ VERSION=$(get_scm_version)
SOURCE="${SPELL}.tar.bz2"
- SOURCE_URL[0]=git_http://git.bu3sch.de/${SPELL}.git
+ SOURCE_URL[0]=git://git.bues.ch/${SPELL}.git
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
- WEB_SITE="http://bu3sch.de/gitweb?p=b43-tools.git"
+ WEB_SITE="http://git.bues.ch/gitweb?p=${SPELL}.git;a=summary"
LICENSE[0]=GPL
ENTERED=20100331
SHORT="Development tools for the BCM43xx chip"