forked from hasufell/hasufell-repository
dev-libs/angelscript: bump to 2.32.0
This commit is contained in:
33
packages/dev-libs/angelscript/angelscript-2.32.0.exheres-0
Normal file
33
packages/dev-libs/angelscript/angelscript-2.32.0.exheres-0
Normal file
@@ -0,0 +1,33 @@
|
||||
# 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"
|
||||
HOMEPAGE="http://www.angelcode.com/angelscript/"
|
||||
DOWNLOADS="http://www.angelcode.com/angelscript/sdk/files/angelscript_${PV}.zip"
|
||||
|
||||
LICENCES="ZLIB"
|
||||
SLOT="0"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
MYOPTIONS=""
|
||||
|
||||
DEPENDENCIES="
|
||||
build:
|
||||
virtual/unzip
|
||||
"
|
||||
|
||||
WORK=${WORKBASE}/sdk
|
||||
|
||||
src_compile() {
|
||||
emake -C ${PN}/projects/gnuc \
|
||||
LIBRARYDEST=
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake -C ${PN}/projects/gnuc \
|
||||
DESTDIR=${IMAGE} \
|
||||
LIBDIR_DEST=usr/$(exhost --target)/lib \
|
||||
INCLUDEDIR_DEST=usr/$(exhost --target)/include/ \
|
||||
DOCDIR_BASEDIR=usr/share/docs/${PNVR} \
|
||||
install install_docs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user