aboutsummaryrefslogtreecommitdiff
path: root/community/talloc/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-17 11:30:15 +0300
committerCem Keylan <cem@ckyln.com>2020-02-17 11:30:15 +0300
commit6299cb3c140f52ad159de1c39f750c1364a7765e (patch)
tree7e78f4c8b879fd46091bd345ea32befff1949eff /community/talloc/build
parent647a32cd226df5747c60d7ae9aac9d05e0f65812 (diff)
downloadrepository-6299cb3c140f52ad159de1c39f750c1364a7765e.tar.gz
talloc: add new package at 2.3.1 to community
Diffstat (limited to 'community/talloc/build')
-rwxr-xr-xcommunity/talloc/build11
1 files changed, 11 insertions, 0 deletions
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