Artifact 4dd4fb9eb5d8a32741d58196305ca34a603f416a:
- File pkgs/filed — part of check-in [934687f871] at 2014-11-18 15:58:44 on branch packages — Added explicit domani (user: rkeene, size: 433) [annotate] [blame] [check-ins using]
#! /usr/bin/env bash version='1.12' url="http://filed.rkeene.org/fossil/tarball/filed-${version}.tar.gz?uuid=${version}" sha256='807931f6c8ab4c90e26f5221e89558a84b31d4b4ce60c8c2cccb09350e25de85' domain='rkeene.org' function configure() { configure_gcc } function build() { make prefix="${prefix}" CC="${CC} ${CFLAGS}" LDFLAGS="-pthread ${LDFLAGS}" } function install() { make install prefix="${prefix}" DESTDIR="${destdir}" }