From 6299cb3c140f52ad159de1c39f750c1364a7765e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 17 Feb 2020 11:30:15 +0300 Subject: talloc: add new package at 2.3.1 to community --- community/talloc/build | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 community/talloc/build (limited to 'community/talloc/build') diff --git a/community/talloc/build b/community/talloc/build new file mode 100755 index 00000000..2634caa9 --- /dev/null +++ b/community/talloc/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --sbindir=/usr/bin \ + --disable-rpath \ + --without-gettext \ + --disable-python + +make +make DESTDIR="$1" install -- cgit v1.2.3