From 2d95727c6ab4ace2b104cfcfd690e3fe676c29ca Mon Sep 17 00:00:00 2001 From: Humdinger Date: Fri, 15 Apr 2016 14:25:38 +0200 Subject: [PATCH] BeGet: secure source, changed description, user settings BeGet itself is only alpha quality, but works somewhat. See its issues at HaikuArchives. --- haiku-apps/beget/beget-1.2.3.recipe | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/haiku-apps/beget/beget-1.2.3.recipe b/haiku-apps/beget/beget-1.2.3.recipe index e90f21692..248e31f6d 100644 --- a/haiku-apps/beget/beget-1.2.3.recipe +++ b/haiku-apps/beget/beget-1.2.3.recipe @@ -1,13 +1,14 @@ SUMMARY="A GUI frontend to the command-line downloader wget" -DESCRIPTION=" -BeGet is a easy-to-use download manager for the popular command line tool \ -wget. BeGet can also accept more than one link at the same time. BeGet saves \ -your downloaded files to /home/Downloads" +DESCRIPTION="BeGet is a easy-to-use download manager for the popular command \ +line tool wget. BeGet can also accept more than one link at the same time. +By default, your downloaded files are saved to /boot/home/Downloads." HOMEPAGE="http://github.com/HaikuArchives/BeGet" COPYRIGHT="1999-2001 Atsushi Takamatsu" LICENSE="GNU GPL v2" -REVISION="3" -SOURCE_URI="git://github.com/HaikuArchives/BeGet#fe8db7ccb6" +REVISION="4" +SOURCE_URI="https://github.com/HaikuArchives/BeGet/archive/a170b0e6860c76599ab202a1532088cfcec447ad.tar.gz" +CHECKSUM_SHA256="518a1be0dee7cc730db948205fb013034efe1a9e7edb6708f1c8024cc6b08c53" +SOURCE_DIR="BeGet-a170b0e6860c76599ab202a1532088cfcec447ad" ARCHITECTURES="x86_gcc2 !x86 !x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 !x86" @@ -31,6 +32,11 @@ BUILD_PREREQUIRES=" cmd:ld$secondaryArchSuffix " +USER_SETTINGS_FILES=" + settings/BeGet-URL.pref + settings/BeGet.prefs + " + BUILD() { cmake .