2012-02-23 21:32:25 +01:00
################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
2016-01-02 17:29:56 +01:00
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
2012-02-23 21:32:25 +01:00
#
2013-12-21 21:51:48 +01:00
# OpenELEC is free software: you can redistribute it and/or modify
2012-02-23 21:32:25 +01:00
# it under the terms of the GNU General Public License as published by
2013-12-21 21:51:48 +01:00
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
2012-02-23 21:32:25 +01:00
#
2013-12-21 21:51:48 +01:00
# OpenELEC is distributed in the hope that it will be useful,
2012-02-23 21:32:25 +01:00
# but WITHOUT ANY WARRANTY; without even the implied warranty of
2013-12-21 21:51:48 +01:00
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2012-02-23 21:32:25 +01:00
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
2013-12-21 21:51:48 +01:00
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
2012-02-23 21:32:25 +01:00
################################################################################
PKG_NAME = "v86d"
PKG_VERSION = "0.1.10"
2017-07-17 20:49:22 +02:00
PKG_SHA256 = "634964ae18ef68c8493add2ce150e3b4502badeb0d9194b4bd81241d25e6735c"
2015-04-03 12:08:24 +03:00
PKG_ARCH = "x86_64"
2012-02-23 21:32:25 +01:00
PKG_LICENSE = "GPL"
PKG_SITE = "http://dev.gentoo.org/~spock/projects/uvesafb/"
2016-04-04 09:40:37 +01:00
PKG_URL = " $DISTRO_SRC / $PKG_NAME - $PKG_VERSION .tar.bz2 "
2014-08-06 13:34:57 +02:00
PKG_DEPENDS_INIT = "toolchain gcc:init"
2012-02-23 21:32:25 +01:00
PKG_SECTION = "system"
PKG_SHORTDESC = "v86d: A userspace helper that runs x86 code in an emulated environment."
PKG_LONGDESC = "v86d is the userspace helper that runs x86 code in an emulated environment. uvesafb will not work without v86d. v86d currently supports the x86 and amd64 (x86-64) architectures."
2013-12-17 00:51:11 +01:00
INIT_CONFIGURE_OPTS = "--with-x86emu"
p r e _ c o n f i g u r e _ i n i t ( ) {
# v86d fails to build in subdirs
2017-02-17 06:40:16 +00:00
cd $PKG_BUILD
2013-12-17 00:51:11 +01:00
rm -rf .$TARGET_NAME -init
}
2016-12-04 13:23:47 -08:00
m a k e i n s t a l l _ i n i t ( ) {
DESTDIR = $INSTALL /usr make install
}