diff options
Diffstat (limited to 'community/gmime/build')
-rwxr-xr-x | community/gmime/build | 6 |
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 |