summaryrefslogtreecommitdiff
path: root/homebrew/ldapvi/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/ldapvi/.beer')
-rw-r--r--homebrew/ldapvi/.beer54
1 files changed, 54 insertions, 0 deletions
diff --git a/homebrew/ldapvi/.beer b/homebrew/ldapvi/.beer
new file mode 100644
index 000000000..2a880ac8f
--- /dev/null
+++ b/homebrew/ldapvi/.beer
@@ -0,0 +1,54 @@
+{
+ "name": "Ldapvi",
+ "description": "Update LDAP entries with a text editor",
+ "url": "http://www.lichteblau.com/download/ldapvi-1.7.tar.gz",
+ "mirror": "https://deb.debian.org/debian/pool/main/l/ldapvi/ldapvi_1.7.orig.tar.gz",
+ "homepage": "http://www.lichteblau.com/ldapvi/",
+ "depends": [
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "xz",
+ "build-depend": false
+ },
+ {
+ "depend": "gettext",
+ "build-depend": false
+ },
+ {
+ "depend": "glib",
+ "build-depend": false
+ },
+ {
+ "depend": "openssl",
+ "build-depend": false
+ },
+ {
+ "depend": "popt",
+ "build-depend": false
+ },
+ {
+ "depend": "readline",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [
+ {
+ "url": "https://deb.debian.org/debian/pool/main/l/ldapvi/ldapvi_1.7-10.debian.tar.xz",
+ "strip": "1"
+ }
+ ],
+ "install": [
+ "inreplace \"ldapvi.c\", \"if (lstat(sasl, &st) == -1) return;\",",
+ "\"if (lstat(sasl, &st) == -1) return 0;\"",
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.7",
+ "file": "ldapvi.rb"
+} \ No newline at end of file