mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libblkmaker, cleanup (#8297)
This commit is contained in:
@@ -4,7 +4,7 @@ current Bitcoin mining protocol."
|
||||
HOMEPAGE="https://github.com/bitcoin/libblkmaker"
|
||||
COPYRIGHT="2014-2017 Luke Dashjr"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/bitcoin/libblkmaker/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="549193640d4cc7022725754833d9d8a7639c41e1a7d2c5f2588be65857cc0970"
|
||||
|
||||
@@ -12,7 +12,7 @@ ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="6.1.0"
|
||||
libVersionCompat="$libVersion compat >= 6"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
libblkmaker$secondaryArchSuffix = $portVersion
|
||||
@@ -28,7 +28,7 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
libblkmaker${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libblkmaker_0.1$secondaryArchSuffix = $libVersion
|
||||
devel:libblkmaker_jansson_0.1$secondaryArchSuffix = $libVersion
|
||||
devel:libblkmaker_jansson_0.1$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libblkmaker$secondaryArchSuffix == $portVersion base
|
||||
@@ -58,11 +58,12 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
rm -f $libDir/libblkmaker*.la
|
||||
|
||||
prepareInstalledDevelLibs libblkmaker-0.1 libblkmaker_jansson-0.1
|
||||
#mv $includeDir/libblkmaker-0.1/* $includeDir/
|
||||
#rmdir $includeDir/libblkmaker-0.1
|
||||
fixPkgconfig
|
||||
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user