mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
community/exiv2: split library into subpackge
Packages which require the library don't need the binary installed.
This commit is contained in:
parent
be3c0b88a1
commit
7d2f9d2501
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=exiv2
|
||||
pkgver=0.28.5
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Exif and Iptc metadata manipulation library and tools."
|
||||
url="https://exiv2.org/"
|
||||
arch="all"
|
||||
@ -15,7 +15,7 @@ makedepends="
|
||||
zlib-dev
|
||||
"
|
||||
checkdepends="gtest-dev python3"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
|
||||
source="https://github.com/Exiv2/exiv2/archive/refs/tags/v$pkgver/exiv2-v$pkgver.tar.gz"
|
||||
|
||||
# secfixes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user