aboutsummaryrefslogtreecommitdiff
path: root/media/radio
diff options
context:
space:
mode:
authorrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>2007-11-06 22:02:15 +0000
committerrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>2007-11-06 22:02:15 +0000
commit17de95da51d2d32ca37a5b5040fdefaea79ebf9e (patch)
tree0fba914122851ec851b836834bf84fadbd3ffe8a /media/radio
parent4446b3d60096b82fab75330065cb3cd36597ac49 (diff)
downloadmkbuilds-17de95da51d2d32ca37a5b5040fdefaea79ebf9e.tar.gz
mkbuilds-17de95da51d2d32ca37a5b5040fdefaea79ebf9e.tar.bz2
converted mkbuilds to the new generic format
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@20 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'media/radio')
-rw-r--r--media/radio/gnuradio/gnuradio.mkbuild16
1 files changed, 15 insertions, 1 deletions
diff --git a/media/radio/gnuradio/gnuradio.mkbuild b/media/radio/gnuradio/gnuradio.mkbuild
index b442071..ff72c0e 100644
--- a/media/radio/gnuradio/gnuradio.mkbuild
+++ b/media/radio/gnuradio/gnuradio.mkbuild
@@ -27,7 +27,7 @@
#------------------------
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="ftp://ftp.gnu.org/gnu/gnuradio/gnuradio-3.0.4.tar.gz"
+[[DOWNLOAD FOLDER URL]]="http://gnuradio.org/releases/gnuradio/gnuradio-3.1.0rc0.tar.gz"
#
# Package requirements
@@ -44,14 +44,28 @@
# make_package, install_package, build_package
# Warning: don't remove '#>>' and "#<<" tags.
#>> Start SlackBuild Sections:
+ on: head
on: slackbuildrc
+ on: set_variables
on: slkflags
on: error_codes
+ on: start_structure
on: download_source
+off: md5sum_download_and_check_0
+off: md5sum_download_and_check_1
+off: gpg_signature_check
+ on: untar_source
+off: patch_source
on: configure
+ on: make_package
+ on: install_package
on: strip_binaries
+off: compress_manpages
+off: compress_info_files
on: install_documentation
on: slackdesc
+off: postinstall_script
+ on: build_package
on: clean_builds
#<< End SlackBuild Sections