aboutsummaryrefslogtreecommitdiff
path: root/community/libyaml/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-02 21:48:37 +0300
committerCem Keylan <cem@ckyln.com>2023-01-02 21:48:37 +0300
commit59bf11408fe7649758b3e85d4551da46b239a80b (patch)
treed26d51f9ee9bfbb606b75b672c7d6282df3cf23b /community/libyaml/build
parent294426c07890fa51f7ac137aa5b05610d63d26c3 (diff)
downloadrepository-59bf11408fe7649758b3e85d4551da46b239a80b.tar.gz
libyaml: move to extra
Diffstat (limited to 'community/libyaml/build')
-rwxr-xr-xcommunity/libyaml/build7
1 files changed, 0 insertions, 7 deletions
diff --git a/community/libyaml/build b/community/libyaml/build
deleted file mode 100755
index 6daf22f8..00000000
--- a/community/libyaml/build
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr
-
-make
-make DESTDIR="$1" install