aboutsummaryrefslogtreecommitdiff
path: root/community/gmime/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-17 11:30:29 +0300
committerCem Keylan <cem@ckyln.com>2020-02-17 11:30:29 +0300
commit854a801e15fc4a7232c9a737e55ef342bce003f6 (patch)
tree8d31255ddfadaeb9a77655e10c55c9ff4ede4200 /community/gmime/build
parent6299cb3c140f52ad159de1c39f750c1364a7765e (diff)
downloadrepository-854a801e15fc4a7232c9a737e55ef342bce003f6.tar.gz
gmime: add new package at 3.2.6 to community
Diffstat (limited to 'community/gmime/build')
-rwxr-xr-xcommunity/gmime/build6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/gmime/build b/community/gmime/build
new file mode 100755
index 00000000..58953326
--- /dev/null
+++ b/community/gmime/build
@@ -0,0 +1,6 @@
+#!/bin/sh -e
+
+./configure --prefix=/usr
+
+make
+make DESTDIR="$1" install