blob: a2ec997dfd5dc1080d060cce639882ea44f3a91b (
plain)
1
2
3
4
5
6
7
8
9
|
LICENSE = "GPL"
DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files."
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
DEPENDS = "virtual/libc"
SRC_URI = "http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2"
inherit autotools
|