aboutsummaryrefslogtreecommitdiff
path: root/community/libyaml/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-05-28 10:55:22 +0300
committerCem Keylan <cem@ckyln.com>2021-05-28 10:55:22 +0300
commitbb955e27eac0ec6118be67512cf6cfc97bfa182e (patch)
tree1e84121f050e366f744a58bd6413af425214d44e /community/libyaml/build
parent09c3accd00244612d67ba756b423edf1c5381502 (diff)
downloadrepository-bb955e27eac0ec6118be67512cf6cfc97bfa182e.tar.gz
libyaml: add new package at 0.2.5
Diffstat (limited to 'community/libyaml/build')
-rwxr-xr-xcommunity/libyaml/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/libyaml/build b/community/libyaml/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/community/libyaml/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install