diff options
author | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2007-11-06 22:02:15 +0000 |
---|---|---|
committer | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2007-11-06 22:02:15 +0000 |
commit | 17de95da51d2d32ca37a5b5040fdefaea79ebf9e (patch) | |
tree | 0fba914122851ec851b836834bf84fadbd3ffe8a /media | |
parent | 4446b3d60096b82fab75330065cb3cd36597ac49 (diff) | |
download | mkbuilds-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')
-rw-r--r-- | media/gfx/exiv2/exiv2.mkbuild | 14 | ||||
-rw-r--r-- | media/gfx/gphoto2/gphoto2.mkbuild | 14 | ||||
-rw-r--r-- | media/libs/libdvdcss/libdvdcss.mkbuild | 14 | ||||
-rw-r--r-- | media/libs/libdvdread/libdvdread.mkbuild | 14 | ||||
-rw-r--r-- | media/libs/sdl-sound/sdl-sound.mkbuild | 14 | ||||
-rw-r--r-- | media/radio/gnuradio/gnuradio.mkbuild | 16 | ||||
-rw-r--r-- | media/sound/ezstream/ezstream.mkbuild | 14 | ||||
-rw-r--r-- | media/video/dvdauthor/dvdauthor.mkbuild | 14 | ||||
-rw-r--r-- | media/video/vamps/vamps.mkbuild | 14 |
9 files changed, 78 insertions, 50 deletions
diff --git a/media/gfx/exiv2/exiv2.mkbuild b/media/gfx/exiv2/exiv2.mkbuild index ef9f3cd..62e72bc 100644 --- a/media/gfx/exiv2/exiv2.mkbuild +++ b/media/gfx/exiv2/exiv2.mkbuild @@ -103,20 +103,20 @@ on: error_codes on: start_structure on: download_source -on: md5sum_download_and_check_0 -#on: md5sum_download_and_check_1 -#on: gpg_signature_check + on: md5sum_download_and_check_0 +off: md5sum_download_and_check_1 +off: gpg_signature_check on: untar_source -#on: path_source +off: patch_source on: configure on: make_package on: install_package on: strip_binaries -#on: compress_manpages -#on: compress_info_files +off: compress_manpages +off: compress_info_files on: install_documentation on: slackdesc -#on: postinstall_script +off: postinstall_script on: build_package on: clean_builds #<< End SlackBuild Sections diff --git a/media/gfx/gphoto2/gphoto2.mkbuild b/media/gfx/gphoto2/gphoto2.mkbuild index 9ad6c83..d4c4ddf 100644 --- a/media/gfx/gphoto2/gphoto2.mkbuild +++ b/media/gfx/gphoto2/gphoto2.mkbuild @@ -103,20 +103,20 @@ on: error_codes on: start_structure on: download_source -#on: md5sum_download_and_check_0 -#on: md5sum_download_and_check_1 -#on: gpg_signature_check +off: md5sum_download_and_check_0 +off: md5sum_download_and_check_1 +off: gpg_signature_check on: untar_source -#on: patch_source +off: patch_source on: configure on: make_package on: install_package on: strip_binaries -#on: compress_manpages -#on: compress_info_files +off: compress_manpages +off: compress_info_files on: install_documentation on: slackdesc -#on: postinstall_script +off: postinstall_script on: build_package on: clean_builds #<< End SlackBuild Sections diff --git a/media/libs/libdvdcss/libdvdcss.mkbuild b/media/libs/libdvdcss/libdvdcss.mkbuild index d3a4b70..a9fc374 100644 --- a/media/libs/libdvdcss/libdvdcss.mkbuild +++ b/media/libs/libdvdcss/libdvdcss.mkbuild @@ -103,20 +103,20 @@ on: error_codes on: start_structure on: download_source -#on: md5sum_download_and_check_0 -#on: md5sum_download_and_check_1 -#on: gpg_signature_check +off: md5sum_download_and_check_0 +off: md5sum_download_and_check_1 +off: gpg_signature_check on: untar_source -#on: path_source +off: patch_source on: configure on: make_package on: install_package on: strip_binaries -#on: compress_manpages -#on: compress_info_files +off: compress_manpages +off: compress_info_files on: install_documentation on: slackdesc -#on: postinstall_script +off: postinstall_script on: build_package on: clean_builds #<< End SlackBuild Sections diff --git a/media/libs/libdvdread/libdvdread.mkbuild b/media/libs/libdvdread/libdvdread.mkbuild index 88c90c7..0f75c19 100644 --- a/media/libs/libdvdread/libdvdread.mkbuild +++ b/media/libs/libdvdread/libdvdread.mkbuild @@ -103,20 +103,20 @@ on: error_codes on: start_structure on: download_source -#on: md5sum_download_and_check_0 -#on: md5sum_download_and_check_1 -#on: gpg_signature_check +off: md5sum_download_and_check_0 +off: md5sum_download_and_check_1 +off: gpg_signature_check on: untar_source -#on: path_source +off: patch_source on: configure on: make_package on: install_package on: strip_binaries -#on: compress_manpages -#on: compress_info_files +off: compress_manpages +off: compress_info_files on: install_documentation on: slackdesc -#on: postinstall_script +off: postinstall_script on: build_package on: clean_builds #<< End SlackBuild Sections diff --git a/media/libs/sdl-sound/sdl-sound.mkbuild b/media/libs/sdl-sound/sdl-sound.mkbuild index 0a165e6..84fd97b 100644 --- a/media/libs/sdl-sound/sdl-sound.mkbuild +++ b/media/libs/sdl-sound/sdl-sound.mkbuild @@ -106,20 +106,20 @@ on: error_codes on: start_structure on: download_source -# on: md5sum_download_and_check_0 -#on: md5sum_download_and_check_1 -#on: gpg_signature_check +off: md5sum_download_and_check_0 +off: md5sum_download_and_check_1 +off: gpg_signature_check on: untar_source -#on: path_source +off: patch_source on: configure on: make_package on: install_package on: strip_binaries -#on: compress_manpages -#on: compress_info_files +off: compress_manpages +off: compress_info_files on: install_documentation on: slackdesc -#on: postinstall_script +off: postinstall_script on: build_package on: clean_builds #<< End SlackBuild Sections 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 diff --git a/media/sound/ezstream/ezstream.mkbuild b/media/sound/ezstream/ezstream.mkbuild index e8ab01a..a18b487 100644 --- a/media/sound/ezstream/ezstream.mkbuild +++ b/media/sound/ezstream/ezstream.mkbuild @@ -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 diff --git a/media/video/dvdauthor/dvdauthor.mkbuild b/media/video/dvdauthor/dvdauthor.mkbuild index 6288bcb..a765d15 100644 --- a/media/video/dvdauthor/dvdauthor.mkbuild +++ b/media/video/dvdauthor/dvdauthor.mkbuild @@ -103,20 +103,20 @@ on: error_codes on: start_structure on: download_source -#on: md5sum_download_and_check_0 -#on: md5sum_download_and_check_1 -#on: gpg_signature_check +off: md5sum_download_and_check_0 +off: md5sum_download_and_check_1 +off: gpg_signature_check on: untar_source -#on: path_source +off: patch_source on: configure on: make_package on: install_package on: strip_binaries -#on: compress_manpages -#on: compress_info_files +off: compress_manpages +off: compress_info_files on: install_documentation on: slackdesc -#on: postinstall_script +off: postinstall_script on: build_package on: clean_builds #<< End SlackBuild Sections diff --git a/media/video/vamps/vamps.mkbuild b/media/video/vamps/vamps.mkbuild index a3383bc..b56ebdd 100644 --- a/media/video/vamps/vamps.mkbuild +++ b/media/video/vamps/vamps.mkbuild @@ -103,20 +103,20 @@ on: error_codes on: start_structure on: download_source -#on: md5sum_download_and_check_0 -#on: md5sum_download_and_check_1 -#on: gpg_signature_check +off: md5sum_download_and_check_0 +off: md5sum_download_and_check_1 +off: gpg_signature_check on: untar_source -#on: path_source +off: patch_source off: configure on: make_package on: install_package on: strip_binaries -#on: compress_manpages -#on: compress_info_files +off: compress_manpages +off: compress_info_files on: install_documentation on: slackdesc -#on: postinstall_script +off: postinstall_script on: build_package on: clean_builds #<< End SlackBuild Sections |