summaryrefslogtreecommitdiff
path: root/homebrew/liblockfile
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/liblockfile')
-rw-r--r--homebrew/liblockfile/.beer29
-rw-r--r--homebrew/liblockfile/.make.sh-auto10
-rw-r--r--homebrew/liblockfile/_metadata/description1
-rw-r--r--homebrew/liblockfile/_metadata/homepage1
-rw-r--r--homebrew/liblockfile/_metadata/name1
-rw-r--r--homebrew/liblockfile/_metadata/version1
-rwxr-xr-xhomebrew/liblockfile/download.sh1
7 files changed, 44 insertions, 0 deletions
diff --git a/homebrew/liblockfile/.beer b/homebrew/liblockfile/.beer
new file mode 100644
index 000000000..c5d31ceab
--- /dev/null
+++ b/homebrew/liblockfile/.beer
@@ -0,0 +1,29 @@
+{
+ "name": "Liblockfile",
+ "description": "Library providing functions to lock standard mailboxes",
+ "url": "https://deb.debian.org/debian/pool/main/libl/liblockfile/liblockfile_1.14.orig.tar.gz",
+ "mirror": null,
+ "homepage": "https://tracker.debian.org/pkg/liblockfile",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "inreplace \"Makefile.in\", \" -g root \", \" \"",
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--disable-debug\",",
+ "\"--with-mailgroup=staff\",",
+ "\"--prefix=#{prefix}\",",
+ "\"--sysconfdir=#{etc}\",",
+ "\"--mandir=#{man}\"",
+ "bin.mkpath",
+ "lib.mkpath",
+ "include.mkpath",
+ "man1.mkpath",
+ "man3.mkpath",
+ "system \"make\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.14",
+ "file": "liblockfile.rb"
+} \ No newline at end of file
diff --git a/homebrew/liblockfile/.make.sh-auto b/homebrew/liblockfile/.make.sh-auto
new file mode 100644
index 000000000..beebdd466
--- /dev/null
+++ b/homebrew/liblockfile/.make.sh-auto
@@ -0,0 +1,10 @@
+pkg:setup
+inreplace "Makefile.in", " -g root ", " "
+pkg:configure --disable-dependency-tracking --with-mailgroup=staff
+bin.mkpath
+lib.mkpath
+include.mkpath
+man1.mkpath
+man3.mkpath
+make
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/liblockfile/_metadata/description b/homebrew/liblockfile/_metadata/description
new file mode 100644
index 000000000..12b3724bf
--- /dev/null
+++ b/homebrew/liblockfile/_metadata/description
@@ -0,0 +1 @@
+Library providing functions to lock standard mailboxes
diff --git a/homebrew/liblockfile/_metadata/homepage b/homebrew/liblockfile/_metadata/homepage
new file mode 100644
index 000000000..47abe633c
--- /dev/null
+++ b/homebrew/liblockfile/_metadata/homepage
@@ -0,0 +1 @@
+https://tracker.debian.org/pkg/liblockfile
diff --git a/homebrew/liblockfile/_metadata/name b/homebrew/liblockfile/_metadata/name
new file mode 100644
index 000000000..fcf8f2639
--- /dev/null
+++ b/homebrew/liblockfile/_metadata/name
@@ -0,0 +1 @@
+Liblockfile
diff --git a/homebrew/liblockfile/_metadata/version b/homebrew/liblockfile/_metadata/version
new file mode 100644
index 000000000..63738cc28
--- /dev/null
+++ b/homebrew/liblockfile/_metadata/version
@@ -0,0 +1 @@
+1.14
diff --git a/homebrew/liblockfile/download.sh b/homebrew/liblockfile/download.sh
new file mode 100755
index 000000000..c65c8275e
--- /dev/null
+++ b/homebrew/liblockfile/download.sh
@@ -0,0 +1 @@
+wget https://deb.debian.org/debian/pool/main/libl/liblockfile/liblockfile_1.14.orig.tar.gz \ No newline at end of file