Updated recipe for NetPulse

* Builds on 64bit
* No need for 2ndary architecture
* Correction in DESCRIPTION
This commit is contained in:
Humdinger
2017-01-10 10:53:29 +01:00
parent 3bcab16bf6
commit ac582447b5

View File

@@ -1,31 +1,31 @@
SUMMARY="A replicant showing the network status"
DESCRIPTION="NetPulse is status replicant that gives an indication of data \
DESCRIPTION="NetPulse is a status replicant that gives an indication of data \
being sent or received over the network."
HOMEPAGE="https://github.com/HaikuArchives/NetPulse"
COPYRIGHT="2001 Carlos Hasan"
LICENSE="MIT"
REVISION="6"
SOURCE_URI="https://github.com/HaikuArchives/NetPulse/archive/3170b71.zip"
CHECKSUM_SHA256="eb56823efba39b4be9637441a49c56fa31038a7c78e7e260670438bcd56aeeb2"
SOURCE_DIR="NetPulse-3170b71ab9819bb38b3a5ea33f801600747a520f"
REVISION="7"
srcGitRev="3170b71ab9819bb38b3a5ea33f801600747a520f"
SOURCE_URI="https://github.com/HaikuArchives/NetPulse/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="1f1daf872c3237b5f7892eb124599fa9b492e76bd2b825ab4afb7371ee5d9a0d"
SOURCE_DIR="NetPulse-$srcGitRev"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
netpulse = $portVersion
app:NetPulse = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
haiku
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc$secondaryArchSuffix
cmd:g++
cmd:make
"