0
0
Fork 0
haikuports/haiku-apps/vwget/vwget-20141229.recipe

44 lines
943 B
Bash
Raw Permalink Normal View History

SUMMARY="A visual version for GNU's wget"
2014-12-29 18:56:01 +00:00
DESCRIPTION="VWGet is a visual frontend for GNU wget. You can both run it from \
the command line, passing the same arguments you would pass to wget or launch \
it as a normal app and select the URL and destination in the GUI."
HOMEPAGE="https://github.com/HaikuArchives/VWGet"
COPYRIGHT="1999 Santiago Lema"
LICENSE="GNU GPL v2"
REVISION="3"
srcGitRev="29ff74d068526c01edf7e1c0ef887a8f4fac252f"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="bcbccd678e46d061e40f5fbc40ff7d2c99ed1e74f3439f3725aae8b5650a2ab5"
2017-01-21 13:22:36 +00:00
SOURCE_DIR="VWGet-$srcGitRev"
2014-12-29 18:56:01 +00:00
ARCHITECTURES="all"
2014-12-29 18:56:01 +00:00
PROVIDES="
vwget = $portVersion
app:VWGet = $portVersion
"
REQUIRES="
haiku
"
2014-12-29 18:56:01 +00:00
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc
2018-08-09 09:26:07 +00:00
cmd:make
2014-12-29 18:56:01 +00:00
"
BUILD()
{
make $jobArgs OBJ_DIR=objects
}
INSTALL()
{
mkdir -p $appsDir
cp -a objects/VWGet $appsDir
addAppDeskbarSymlink $appsDir/VWGet
}