18 lines
569 B
Bash
18 lines
569 B
Bash
# Template file for 'patchutils'
|
|
pkgname=patchutils
|
|
version=0.3.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="perl"
|
|
depends="perl"
|
|
short_desc="Collection of programs that operate on patch files"
|
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
|
license="GPL-2"
|
|
homepage="http://cyberelk.net/tim/software/patchutils/"
|
|
distfiles="http://cyberelk.net/tim/data/patchutils/stable/${pkgname}-${version}.tar.xz"
|
|
checksum=cf55d4db83ead41188f5b6be16f60f6b76a87d5db1c42f5459d596e81dabe876
|
|
|
|
post_install() {
|
|
vmkdir usr/share/man/man1
|
|
vcopy doc/*.1 usr/share/man/man1
|
|
}
|