#!/bin/bash # rpl # # Douglas Thrift # # $Id$ name=rpl version=1.4.0 revision=0 categories=(misc) description='UN*X text replacement utility' url='http://www.laffeycomputer.com/rpl.html' depends=('base/glibc') sources=(`site_laffey` src-replace.h.patch) function build() { gnu_patch src-replace.h.patch || return $? gnu_configure --prefix=/usr --mandir=/usr/share/man }