diff options
Diffstat (limited to 'recipes/patchutils/patchutils_0.2.30.bb')
-rw-r--r-- | recipes/patchutils/patchutils_0.2.30.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/patchutils/patchutils_0.2.30.bb b/recipes/patchutils/patchutils_0.2.30.bb new file mode 100644 index 0000000000..f43a274a8f --- /dev/null +++ b/recipes/patchutils/patchutils_0.2.30.bb @@ -0,0 +1,8 @@ +SECTION = "devel" +LICENSE = "GPL" +DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files." + + +SRC_URI = "http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2" + +inherit autotools |