Files
haikuports/net-misc/dukto/dukto-6.0.0.recipe
Handmaus 791f93cf51 Icons for Edgar, Furnace, SuperTux and Bochs. (#7493)
* Create fakefile

* Add files via upload

* Delete fakefile

* Icon-O-Matic icon file

* Update edgar.rdef.in

* Create supertux-0.6.1.rdef.in  - Only icon data !!!

This file contains just the icon data but lacks the rest of the needed(?) fields

* Add Icon-O-Matic icon file

* Update supertux-0.6.1.recipe

Added line 12: ADDITIONAL_FILES="supertux-0.6.1.rdef.in"

* Update furnace4.rdef.in with icon data

* Add Icon-O-Matic icon file

* Create bochs-2.6.11.rdef.in - Only icon data !!!

This file lacks the rest of the needed(?) fields.

* Add Icon-O-Matic icon file

* Update bochs-2.6.11.recipe

Added line 11: ADDITIONAL_FILES="bochs-2.6.11.rdef.in"

* Create dukto-6.0.0.rdef.in - Only icon data !!!

This file contains just icon data and lacks the rest of the needed(?) fields

* Update dukto-6.0.0.recipe

Added line 15: ADDITIONAL_FILES="dukto-6.0.0.rdef.in"
2022-12-01 16:47:58 +01:00

69 lines
2.0 KiB
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
SUMMARY="Easy and multi-platform file transfer tool"
DESCRIPTION="Dukto is an easy file transfer tool designed for LAN use. \
Transfer files from one PC (or other device) to another, without worrying \
about users, permissions, operating systems, protocols, clients, servers and \
so on… Just start Dukto on the two PCs and transfer files and folders by \
dragging onto its window. Thats all."
HOMEPAGE="https://www.msec.it/blog/dukto/"
COPYRIGHT="2011 Emanuele Colombo"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://codeload.github.com/ttys3/dukto/zip/00301800b3a645b80361a59de911839bf49ee32e"
CHECKSUM_SHA256="599e808fb9206f24386afb32ee96766797d4354b5f34838d8b4dae65f446fe5a"
SOURCE_DIR="dukto-00301800b3a645b80361a59de911839bf49ee32e"
PATCHES="dukto-$portVersion.patchset"
ADDITIONAL_FILES="dukto-6.0.0.rdef.in"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
dukto$secondaryArchSuffix = $portVersion
app:Dukto
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libGL$secondaryArchSuffix
lib:libQt5Core$secondaryArchSuffix
lib:libQt5Gui$secondaryArchSuffix
lib:libQt5Network$secondaryArchSuffix
lib:libQt5Qml$secondaryArchSuffix
lib:libQt5QmlModels$secondaryArchSuffix
lib:libQt5Quick$secondaryArchSuffix
lib:libQt5QuickWidgets$secondaryArchSuffix
lib:libQt5Widgets$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libGL$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix
devel:libQt5Gui$secondaryArchSuffix
devel:libQt5Network$secondaryArchSuffix
devel:libQt5Qml$secondaryArchSuffix
devel:libQt5QmlModels$secondaryArchSuffix
devel:libQt5Quick$secondaryArchSuffix
devel:libQt5QuickWidgets$secondaryArchSuffix
devel:libQt5Widgets$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:g++$secondaryArchSuffix
cmd:make
cmd:qmake$secondaryArchSuffix >= 5
"
BUILD()
{
qmake -r
make $jobArgs
}
INSTALL()
{
mkdir $appsDir
cp dukto $appsDir/Dukto
mkdir -p $dataDir/deskbar/menu/Applications
addAppDeskbarSymlink "$appsDir/Dukto"
}