From 3ebdacea73f3225c6da8b735c1ce6abab1b8ecae Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sun, 7 Jul 2013 22:35:05 +0200 Subject: [PATCH] libexif: New package. --- libexif/libexif.nm | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 libexif/libexif.nm diff --git a/libexif/libexif.nm b/libexif/libexif.nm new file mode 100644 index 000000000..046eae9be --- /dev/null +++ b/libexif/libexif.nm @@ -0,0 +1,43 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = libexif +version = 0.6.21 +release = 1 + +groups = System/Libraries +url = http://libexif.sourceforge.net/ +license = LGPLv2+ +summary = Library for extracting extra information from image files. + +description + Most digital cameras produce EXIF files, which are JPEG files with + extra tags that contain information about the image. The EXIF library + allows you to parse an EXIF file and read the data from those tags. +end + +source_dl = http://downloads.sourceforge.net/%{name}/ +sources = %{thisapp}.tar.bz2 + +build + requires + end + + configure_options += \ + --disable-static + +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end + + package %{name}-debuginfo + template DEBUGINFO + end +end -- 2.47.3