diff options
author | Cem Keylan <cem@ckyln.com> | 2021-05-28 10:55:22 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-05-28 10:55:22 +0300 |
commit | bb955e27eac0ec6118be67512cf6cfc97bfa182e (patch) | |
tree | 1e84121f050e366f744a58bd6413af425214d44e /community/libyaml/build | |
parent | 09c3accd00244612d67ba756b423edf1c5381502 (diff) | |
download | repository-bb955e27eac0ec6118be67512cf6cfc97bfa182e.tar.gz |
libyaml: add new package at 0.2.5
Diffstat (limited to 'community/libyaml/build')
-rwxr-xr-x | community/libyaml/build | 7 |
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 |