#!/bin/sh ## src2pkg script for: PkgName ##--Standard Variables-- BUILD="1" NAME="ddrescue" VERSION="1.0" SRC_SUFFIX=".tar.bz2" ##--Extras and Options-- # PRE_FIX="" EXTRA_CONFIGS="--datadir=/usr/share --mandir=/usr/man --infodir=/usr/info" INSTALL_ARGS="install install-man" ##--Processing Get functions, defines, configs . /usr/libexec/src2pkg/FUNCTIONS ; do_all_processes ; exit 0 # src2pkg - Copyright 2005-2007 Gilbert Ashley ## See the documentation for more help and examples. Below are some of # the most common Extras and Options for easy cut-and-paste use. # CONFIG_COMMAND=""