mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
sigrok-cli, bump version (#5789)
This commit is contained in:
@@ -10,14 +10,14 @@ It is useful for running on remote or embedded systems, netbooks, PDAs, and \
|
||||
for various other use-cases. It can display samples on standard output or \
|
||||
save them in various file formats."
|
||||
HOMEPAGE="https://sigrok.org/wiki/Sigrok-cli"
|
||||
COPYRIGHT="2014-2018 sigrok contributors"
|
||||
COPYRIGHT="2014-2020 sigrok contributors"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://sigrok.org/download/source/sigrok-cli/sigrok-cli-$portVersion.tar.gz"
|
||||
SOURCE_DIR="sigrok-cli-$portVersion"
|
||||
CHECKSUM_SHA256="f52413429f47d457c333db0fd068416ab7a3f9e35ca76de8624dc5ac6fb07797"
|
||||
CHECKSUM_SHA256="71d0443f36897bf565732dec206830dbea0f2789b6601cf10536b286d1140ab8"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -27,6 +27,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libsigrok$secondaryArchSuffix
|
||||
lib:libsigrokdecode$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libftdi1$secondaryArchSuffix
|
||||
lib:libglib_2.0$secondaryArchSuffix
|
||||
@@ -37,6 +38,7 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libsigrok$secondaryArchSuffix
|
||||
devel:libsigrokdecode$secondaryArchSuffix
|
||||
devel:libglib_2.0$secondaryArchSuffix
|
||||
devel:libusb_1.0$secondaryArchSuffix
|
||||
devel:libzip$secondaryArchSuffix
|
||||
@@ -58,6 +60,9 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
#remove not needed data files
|
||||
rm -rf $dataDir
|
||||
}
|
||||
|
||||
TEST()
|
||||
Reference in New Issue
Block a user