blob: ee90455fcafd79c3cecc6d9dd0c9f9e3a08c1c6c (
plain)
1
2
3
4
5
6
7
8
9
|
DESCRIPTION = "Tool to work with series of patches."
HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/"
SECTION = "devel"
LICENSE = "GPL"
PR = "r1"
SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz "
S = "${WORKDIR}/quilt-${PV}"
|