commit dbd66efbb042b12b1e973399c9d8d262cebc0361
parent f2d19fdf186cf52539d5bccbdcbcc4eb7d005162
Author: Cem Keylan <cem@ckyln.com>
Date: Fri, 17 Jul 2020 13:52:51 +0300
mu: add new package at 1.4.3
Diffstat:
5 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/personal/mu/build b/personal/mu/build
@@ -0,0 +1,14 @@
+#!/bin/sh -e
+
+autoreconf -if
+
+export MAKEINFO=true
+
+./configure \
+ --prefix=/usr \
+ --disable-webkit \
+ --disable-rpath \
+ --disable-shared
+
+make
+make DESTDIR="$1" install
diff --git a/personal/mu/checksums b/personal/mu/checksums
@@ -0,0 +1 @@
+0f32552165b96d8edbc467e1ef3e2dd521e1d2adbba3462b90ced2dc2930d721 1.4.3.tar.gz
diff --git a/personal/mu/depends b/personal/mu/depends
@@ -0,0 +1,6 @@
+automake make
+gmime
+libtool make
+pkgconf make
+util-linux
+xapian
diff --git a/personal/mu/sources b/personal/mu/sources
@@ -0,0 +1 @@
+https://github.com/djcb/mu/archive/1.4.3.tar.gz
diff --git a/personal/mu/version b/personal/mu/version
@@ -0,0 +1 @@
+1.4.3 1