forked from hasufell/hasufell-repository
Various minor improvements
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright Julian Ospald <hasufell@posteo.de>
|
||||
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
SUMMARY="A flexible, cross-platform scripting library"
|
||||
@@ -11,7 +11,8 @@ PLATFORMS="~amd64 ~x86"
|
||||
MYOPTIONS=""
|
||||
|
||||
DEPENDENCIES="
|
||||
build: virtual/unzip
|
||||
build:
|
||||
virtual/unzip
|
||||
"
|
||||
|
||||
WORK=${WORKBASE}/sdk
|
||||
@@ -21,8 +22,8 @@ DEFAULT_SRC_PREPARE_PATCHES=(
|
||||
)
|
||||
|
||||
src_compile() {
|
||||
export CXX=${CXX} AR=${AR} RANLIB=${RANLIB}
|
||||
emake -C ${PN}/projects/gnuc \
|
||||
export CXX=${CXX} AR=${AR} RANLIB=${RANLIB}
|
||||
emake -C ${PN}/projects/gnuc \
|
||||
LIBRARYDEST=
|
||||
}
|
||||
|
||||
|
||||
@@ -44,9 +44,9 @@ CMAKE_SRC_CONFIGURE_TESTS=(
|
||||
enable_mbedtls_option() {
|
||||
local myopt="$@"
|
||||
# check that config.h syntax is the same at version bump
|
||||
sed -i \
|
||||
edo sed -i \
|
||||
-e "s://#define ${myopt}:#define ${myopt}:" \
|
||||
include/mbedtls/config.h || die
|
||||
include/mbedtls/config.h
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
|
||||
@@ -14,10 +14,10 @@ PLATFORMS="~amd64"
|
||||
MYOPTIONS=""
|
||||
|
||||
DEPENDENCIES="
|
||||
build+run:
|
||||
dev-libs/protobuf[>=2.6.0]
|
||||
build:
|
||||
virtual/pkg-config
|
||||
build+run:
|
||||
dev-libs/protobuf[>=2.6.0]
|
||||
"
|
||||
|
||||
BUGS_TO="will@worrbase.com"
|
||||
|
||||
Reference in New Issue
Block a user