mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
libiptcdata: remove long_desc.
This commit is contained in:
parent
102777ff75
commit
9f03ee3c52
1 changed files with 3 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libiptcdata'
|
# Template file for 'libiptcdata'
|
||||||
pkgname=libiptcdata
|
pkgname=libiptcdata
|
||||||
version=1.0.4
|
version=1.0.4
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Library for manipulating the IPTC metadata"
|
short_desc="Library for manipulating the IPTC metadata"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -9,19 +9,14 @@ homepage="http://libiptcdata.sourceforge.net/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=79f63b8ce71ee45cefd34efbb66e39a22101443f4060809b8fc29c5eebdcee0e
|
checksum=79f63b8ce71ee45cefd34efbb66e39a22101443f4060809b8fc29c5eebdcee0e
|
||||||
long_desc="
|
|
||||||
libiptcdata is a library, written in C, for manipulating the International
|
|
||||||
Press Telecommunications Council (IPTC) metadata stored within multimedia files
|
|
||||||
such as images. This metadata can include captions and keywords, often used by
|
|
||||||
popular photo management applications. The library provides routines for parsing,
|
|
||||||
viewing, modifying, and saving this metadata."
|
|
||||||
|
|
||||||
libiptcdata-devel_package() {
|
libiptcdata-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}"
|
depends="${sourcepkg}>=${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/*.so"
|
||||||
vmove usr/share/gtk-doc
|
vmove usr/share/gtk-doc
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue