mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
Improved recipe.
Corrected some mistakes in the recipe. Considered changes in makefile of new UberTuber version.
This commit is contained in:
@@ -9,13 +9,13 @@ websites and automatically inserts them into its URL text field.
|
||||
At this moment there is support for clips from:
|
||||
YouTube, Google video, MetaCafe, DailyMotion, Yahoo video, Photobucket, \
|
||||
DepositFiles, Vimeo.com, blip.tv, Facebook video and Escapist magazine.
|
||||
It may also work on videos from other sites...
|
||||
For a complete list, check http://rg3.github.io/youtube-dl/supportedsites.html
|
||||
"
|
||||
HOMEPAGE="http://sourceforge.net/projects/ubertuber/"
|
||||
SRC_URI="git://git.code.sf.net/p/ubertuber/code#9d33e8525806a581ed5229b213e81be9ecd29252"
|
||||
SRC_URI="git://git.code.sf.net/p/ubertuber/code#12bc4486522dab6255f95c5a041674cd8b2cde2c"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2013 Humdinger"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -28,27 +28,27 @@ REQUIRES="
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
makefile_engine
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:mkdepend
|
||||
"
|
||||
|
||||
USER_SETTINGS_FILES="settings/UberTuber_settings"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY`
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
ARCH=$(echo $buildArchitecture | sed 's/_/-/g')
|
||||
|
||||
ubertuberDir=$appsDir/UberTuber
|
||||
mkdir -p $ubertuberDir
|
||||
|
||||
ARCH=$(echo $buildArchitecture | sed 's/_/-/g')
|
||||
cp -af objects.$ARCH-release/UberTuber $ubertuberDir
|
||||
cp -af ReadMe.html $ubertuberDir
|
||||
cp -r images $ubertuberDir
|
||||
|
||||
Reference in New Issue
Block a user