summaryrefslogtreecommitdiffstats
path: root/education/gtypist/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'education/gtypist/BUILD')
-rwxr-xr-xeducation/gtypist/BUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/education/gtypist/BUILD b/education/gtypist/BUILD
new file mode 100755
index 0000000000..8b9418b634
--- /dev/null
+++ b/education/gtypist/BUILD
@@ -0,0 +1,11 @@
+(
+
+ ./configure --prefix=${INSTALL_ROOT}/usr \
+ --infodir=${INSTALL_ROOT}/usr/share/info \
+ --mandir=${INSTALL_ROOT}/usr/share/man \
+ $OPTS &&
+ make &&
+ prepare_install &&
+ make install
+
+) > $C_FIFO 2>&1