From 2e6fe916b8f9298d3c2927e50419248989325a1e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 11 Mar 2020 20:51:22 +0300 Subject: mpd/depends/tools: add to community --- community/vimpc/build | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 community/vimpc/build (limited to 'community/vimpc/build') 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 -- cgit v1.2.3