libexif: remove long_desc.
This commit is contained in:
parent
44ba2437ea
commit
aebe09accf
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue