summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/quilt/quilt.inc
blob: cd5e85c3d80d107fc836a9c18107f3b5f179900a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Tool to work with series of patches."
HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/"
SECTION = "devel"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
LICENSE = "GPL"

SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz \
	   file://install.patch;patch=1 \
	   file://nostrip.patch;patch=1"

SRC_URI_append_build-darwin = "	   file://non-gnu.patch;patch=1 "

S = "${WORKDIR}/quilt-${PV}"