aboutsummaryrefslogtreecommitdiff
path: root/community/vimpc/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-03-11 20:51:22 +0300
committerCem Keylan <cem@ckyln.com>2020-03-11 20:51:22 +0300
commit2e6fe916b8f9298d3c2927e50419248989325a1e (patch)
treeda7ff4c4edf2992903bf96be9bfd7c50cddc6b6c /community/vimpc/build
parent16c097315b1c6eb028a92d151ddbc99a43f208af (diff)
downloadrepository-2e6fe916b8f9298d3c2927e50419248989325a1e.tar.gz
mpd/depends/tools: add to community
Diffstat (limited to 'community/vimpc/build')
-rwxr-xr-xcommunity/vimpc/build10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/vimpc/build b/community/vimpc/build
new file mode 100755
index 00000000..1ba8e135
--- /dev/null
+++ b/community/vimpc/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+autoreconf -i
+
+./configure \
+ --prefix=/usr \
+ --enable-taglib=no
+
+make
+make DESTDIR="$1" install