aboutsummaryrefslogtreecommitdiffstats
path: root/wiggle/wiggle_0.6.oe
diff options
context:
space:
mode:
Diffstat (limited to 'wiggle/wiggle_0.6.oe')
-rw-r--r--wiggle/wiggle_0.6.oe26
1 files changed, 0 insertions, 26 deletions
diff --git a/wiggle/wiggle_0.6.oe b/wiggle/wiggle_0.6.oe
deleted file mode 100644
index ad9eb67799..0000000000
--- a/wiggle/wiggle_0.6.oe
+++ /dev/null
@@ -1,26 +0,0 @@
-LICENSE = GPL
-DESCRIPTION = "Wiggle is a program for applying patches that patch cannot \
-apply because of conflicting changes."
-MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-SECTION = "console/utils"
-
-SRC_URI = "http://cgi.cse.unsw.edu.au/~neilb/source/wiggle/wiggle-${PV}.tar.gz \
- file://001NoQuietTime;patch=1 \
- file://002SpecFile;patch=1 \
- file://003Recommit;patch=1 \
- file://004ExtractFix;patch=1 \
- file://005Pchanges;patch=1"
-S = "${WORKDIR}/wiggle-${PV}"
-
-export MANDIR = "${mandir}"
-export BINDIR = "${bindir}"
-export STRIP = ""
-
-do_compile () {
-# oe_runmake wiggle wiggle.man # requires nroff
- oe_runmake wiggle
-}
-
-do_install () {
- oe_runmake 'DESTDIR=${D}' install
-}