0
0
Fork 0
haikuports/haiku-apps/beget/beget-1.2.3.recipe

52 lines
1.2 KiB
Bash
Raw Permalink Normal View History

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.
By default, your downloaded files are saved to /boot/home/Downloads."
2018-05-30 07:10:50 +00:00
HOMEPAGE="https://github.com/HaikuArchives/BeGet"
COPYRIGHT="1999-2001 Atsushi Takamatsu"
2016-02-17 19:26:37 +00:00
LICENSE="GNU GPL v2"
REVISION="6"
SOURCE_URI="https://github.com/HaikuArchives/BeGet/archive/a170b0e6860c76599ab202a1532088cfcec447ad.tar.gz"
CHECKSUM_SHA256="518a1be0dee7cc730db948205fb013034efe1a9e7edb6708f1c8024cc6b08c53"
SOURCE_DIR="BeGet-a170b0e6860c76599ab202a1532088cfcec447ad"
ARCHITECTURES="!all x86_gcc2"
SECONDARY_ARCHITECTURES="x86_gcc2 !x86"
2018-08-03 11:29:48 +00:00
USER_SETTINGS_FILES="
settings/BeGet-URL.pref
settings/BeGet.prefs
"
PROVIDES="
beget$secondaryArchSuffix = $portVersion
2014-10-28 21:25:03 +00:00
app:BeGet = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
cmd:wget$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:cmake
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
2018-08-09 09:26:07 +00:00
cmd:make
"
2013-03-29 14:04:07 +00:00
BUILD()
{
2013-03-29 14:04:07 +00:00
cmake .
make
}
INSTALL()
{
mkdir -p $appsDir
cp BeGet $appsDir
addAppDeskbarSymlink $appsDir/BeGet
2013-03-29 14:04:07 +00:00
}