diff options
author | Cem Keylan <cem@ckyln.com> | 2020-02-17 11:30:15 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-02-17 11:30:15 +0300 |
commit | 6299cb3c140f52ad159de1c39f750c1364a7765e (patch) | |
tree | 7e78f4c8b879fd46091bd345ea32befff1949eff | |
parent | 647a32cd226df5747c60d7ae9aac9d05e0f65812 (diff) | |
download | repository-6299cb3c140f52ad159de1c39f750c1364a7765e.tar.gz |
talloc: add new package at 2.3.1 to community
-rwxr-xr-x | community/talloc/build | 11 | ||||
-rw-r--r-- | community/talloc/checksums | 1 | ||||
-rw-r--r-- | community/talloc/sources | 1 | ||||
-rw-r--r-- | community/talloc/version | 1 |
4 files changed, 14 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 diff --git a/community/talloc/checksums b/community/talloc/checksums new file mode 100644 index 00000000..1b4563e1 --- /dev/null +++ b/community/talloc/checksums @@ -0,0 +1 @@ +ef4822d2fdafd2be8e0cabc3ec3c806ae29b8268e932c5e9a4cd5585f37f9f77 talloc-2.3.1.tar.gz diff --git a/community/talloc/sources b/community/talloc/sources new file mode 100644 index 00000000..92ccb9e0 --- /dev/null +++ b/community/talloc/sources @@ -0,0 +1 @@ +https://www.samba.org/ftp/talloc/talloc-2.3.1.tar.gz diff --git a/community/talloc/version b/community/talloc/version new file mode 100644 index 00000000..1ae984dd --- /dev/null +++ b/community/talloc/version @@ -0,0 +1 @@ +2.3.1 1 |