summaryrefslogtreecommitdiff
path: root/packages/raw-tools/ufraw_0.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/raw-tools/ufraw_0.12.bb')
-rw-r--r--packages/raw-tools/ufraw_0.12.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/raw-tools/ufraw_0.12.bb b/packages/raw-tools/ufraw_0.12.bb
deleted file mode 100644
index b9e06a3bc5..0000000000
--- a/packages/raw-tools/ufraw_0.12.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "The Unidentified Flying Raw (UFRaw) is a utility to read and manipulate raw images from digital cameras. "
-LICENSE = "GPL"
-
-DEPENDS = "gtk+ gtkimageview lcms exiv2 tiff"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/ufraw/ufraw-${PV}.tar.gz"
-
-inherit autotools pkgconfig
-
-EXTRA_OECONF = " --enable-extras "
-
-PACKAGES =+ "dcraw dcraw-dbg"
-FILES_dcraw = "${bindir}/dcraw"
-FILES_dcraw-bdg = "${bindir}/.debug/dcraw"
-
-