mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
exiv2: remove long_desc
This commit is contained in:
parent
9bb814619b
commit
ae8108ad3d
1 changed files with 6 additions and 8 deletions
|
@ -1,25 +1,23 @@
|
||||||
# Template file for 'exiv2'
|
# Template file for 'exiv2'
|
||||||
pkgname=exiv2
|
pkgname=exiv2
|
||||||
version=0.22
|
version=0.22
|
||||||
revision=2
|
revision=3
|
||||||
homepage="http://www.exiv2.org"
|
|
||||||
distfiles="${homepage}/exiv2-$version.tar.gz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="zlib-devel expat-devel libstdc++-devel"
|
makedepends="zlib-devel expat-devel"
|
||||||
short_desc="Image metadata manipulation"
|
short_desc="Image metadata manipulation"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
homepage="http://www.exiv2.org"
|
||||||
|
distfiles="${homepage}/exiv2-$version.tar.gz"
|
||||||
checksum=d338a5079a3d30e81b294b75cc16433794a0c06ccd71b07c524a46ec4826ce7a
|
checksum=d338a5079a3d30e81b294b75cc16433794a0c06ccd71b07c524a46ec4826ce7a
|
||||||
long_desc="
|
|
||||||
Exiv2 comprises a C++ library and a command line utility to access
|
|
||||||
image metadata (EXIF, IPTC, MakerNotes)."
|
|
||||||
|
|
||||||
exiv2-devel_package() {
|
exiv2-devel_package() {
|
||||||
depends="zlib-devel expat-devel libstdc++-devel exiv2"
|
depends="zlib-devel expat-devel exiv2>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue