From aebe09accf6fcff74e914357caec027b14b282ce Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 20 Feb 2014 17:19:15 +0100 Subject: [PATCH] libexif: remove long_desc. --- srcpkgs/libexif/template | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/srcpkgs/libexif/template b/srcpkgs/libexif/template index 3511ecceb3..390de39eeb 100644 --- a/srcpkgs/libexif/template +++ b/srcpkgs/libexif/template @@ -1,7 +1,7 @@ # Template build file for 'libexif'. pkgname=libexif version=0.6.21 -revision=2 +revision=3 build_style=gnu-configure configure_args="ac_cv_path_DOXYGEN=false" short_desc="EXIF file library" @@ -10,17 +10,14 @@ homepage="http://sourceforge.net/projects/libexif" license="LGPL-2.1" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2" checksum=16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a -long_desc=" - 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." libexif-devel_package() { - depends="libexif>=$version" + depends="${sourcepkg}>=${version}_${revision}" short_desc+=" -- development files" pkg_install() { vmove usr/include vmove "usr/lib/*.a" + vmove "usr/lib/*.so" vmove usr/lib/pkgconfig } }