summaryrefslogtreecommitdiff
path: root/packages/quilt/quilt.inc
blob: e9ca698eb13dd271fa55454ff955f97ac364ca6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
# RDEPENDS_${PN} += "patch diffstat bzip2 gawk gettext"
RDEPENDS_${PN} += "patch diffstat bzip2"

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}"