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

44 lines
943 B
Bash

SUMMARY="A visual version for GNU's wget"
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"
SOURCE_DIR="VWGet-$srcGitRev"
ARCHITECTURES="all"
PROVIDES="
vwget = $portVersion
app:VWGet = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc
cmd:make
"
BUILD()
{
make $jobArgs OBJ_DIR=objects
}
INSTALL()
{
mkdir -p $appsDir
cp -a objects/VWGet $appsDir
addAppDeskbarSymlink $appsDir/VWGet
}