Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / wiggle / wiggle_0.6.oe
1 LICENSE = GPL
2 DESCRIPTION = "Wiggle is a program for applying patches that patch cannot \
3 apply because of conflicting changes."
4 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
5 SECTION = "console/utils"
6
7 SRC_URI = "http://cgi.cse.unsw.edu.au/~neilb/source/wiggle/wiggle-${PV}.tar.gz \
8            file://001NoQuietTime;patch=1 \
9            file://002SpecFile;patch=1 \
10            file://003Recommit;patch=1 \
11            file://004ExtractFix;patch=1 \
12            file://005Pchanges;patch=1"
13 S = "${WORKDIR}/wiggle-${PV}"
14
15 export MANDIR = "${mandir}"
16 export BINDIR = "${bindir}"
17 export STRIP = ""
18
19 do_compile () {
20 #       oe_runmake wiggle wiggle.man # requires nroff
21         oe_runmake wiggle
22 }
23
24 do_install () {
25         oe_runmake 'DESTDIR=${D}' install
26 }