summaryrefslogtreecommitdiffhomepage
path: root/200.psxtypes.build
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-02-07 18:28:53 +0100
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-02-07 18:28:53 +0100
commit999fdc0521acf5f5cd532b494548486521834d76 (patch)
tree48713c978e86ed3061bbd3ba2a5786f81588786b /200.psxtypes.build
parent75a203ce9044974fd5027654348c7a4414877e35 (diff)
downloadmidipix_build-999fdc0521acf5f5cd532b494548486521834d76.tar.bz2
midipix_build-999fdc0521acf5f5cd532b494548486521834d76.tar.xz
Followup to last commit.
Diffstat (limited to '200.psxtypes.build')
-rw-r--r--200.psxtypes.build14
1 files changed, 14 insertions, 0 deletions
diff --git a/200.psxtypes.build b/200.psxtypes.build
new file mode 100644
index 00000000..add23676
--- /dev/null
+++ b/200.psxtypes.build
@@ -0,0 +1,14 @@
+# Order: psxtypes pemagine dalist ntapi psxscl ntcon ntctty
+
+parse_with_pkg_name ${2} psxtypes;
+if is_build_script_done finished; then
+ exit 212;
+else
+ fetch_git ${PKG_SUBDIR} ${PKG_URL};
+fi;
+if ! is_build_script_done installed; then
+ make -C ${PKG_SUBDIR} ${MAKEFLAGS} DESTDIR=${PREFIX_NATIVE};
+ set_build_script_done installed finished;
+fi;
+
+# vim:filetype=sh