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