opt/taglib/Pkgfile

21 lines
546 B
Plaintext

# Description: Library to read and edit the meta-data of popular audio formats.
# URL: http://taglib.github.io/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on:
# Optional: boost
name=taglib
version=1.13.1
release=1
source=(http://taglib.github.io/releases/$name-$version.tar.gz)
build() {
cmake -S $name-$version -B build -G Ninja $PGKMK_TAGLIB \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED_LIBS=ON
cmake --build build
DESTDIR=$PKG cmake --install build
}