summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-07-21 15:12:41 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-07-21 15:12:58 +0000
commit30e0bb65a1c9bd5a4971478768c45539174d5c5a (patch)
treedd0432ca2199e192f1524350b377dde0e7c80116
parent9499b0a78ecf88c3cc573a4ef8fbb079e1d9b79d (diff)
downloadmidipix_build-30e0bb65a1c9bd5a4971478768c45539174d5c5a.tar.bz2
midipix_build-30e0bb65a1c9bd5a4971478768c45539174d5c5a.tar.xz
Adds ptycon.
l---------208.ptycon.build1
-rw-r--r--README1
-rw-r--r--build.vars4
3 files changed, 6 insertions, 0 deletions
diff --git a/208.ptycon.build b/208.ptycon.build
new file mode 120000
index 00000000..52bb82e5
--- /dev/null
+++ b/208.ptycon.build
@@ -0,0 +1 @@
+pkg.build \ No newline at end of file
diff --git a/README b/README
index 70915d2b..7c205d84 100644
--- a/README
+++ b/README
@@ -90,6 +90,7 @@ Runtime components ntctty HEAD C-IE--
Runtime components pemagine HEAD C-IE--
Runtime components psxscl HEAD C-IE-- Excludes clone(2) and dlopen(3)
Runtime components psxtypes HEAD C-IE--
+Runtime components ptycon HEAD C-IE--
3rd party libraries gdbm 1.12 C-I---
3rd party libraries glib 2.46.2 C-I-P- Shared object not built
3rd party libraries gzip 1.2.4 C-I---
diff --git a/build.vars b/build.vars
index 736c618d..93f5ec18 100644
--- a/build.vars
+++ b/build.vars
@@ -193,6 +193,10 @@ PKG_LVL3_MAKEFLAGS_INSTALL="DESTDIR=${PREFIX_NATIVE}";
: ${PKG_PSXTYPES_URL:=${GITROOT}/psxtypes};
: ${PKG_PSXTYPES_BUILD_DIR:=psxtypes};
: ${PKG_PSXTYPES_MAKEFLAGS_BUILD:="DESTDIR=${PREFIX_NATIVE}"};
+: ${PKG_PTYCON_URL:=${GITROOT_HEAD}/ptycon};
+: ${PKG_PTYCON_CFLAGS_CONFIGURE_EXTRA:=-O0};
+: ${PKG_PTYCON_INSTALL_TARGET_EXTRA:=install-app install-lib};
+: ${PKG_PTYCON_PREFIX_EXTRA:=${PREFIX_MINIPIX}};
#
# Build level 3, 300-319 (3rd party packages)