pkgname: 'taglib-extras' pkgver: '1.0.1' pkgrel: '4' pkgdesc: 'Additional taglib plugins for KDE' url: 'https://developer.kde.org/~wheeler/taglib.html' arch: x86_64 depends: [] makedepends: - taglib - cmake source: - 'https://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.gz' - 'taglib-2.0.patch' sha256sums: - SKIP - SKIP build: | cd ${pkgname}-${pkgver} patch -p1 -i ../taglib-2.0.patch cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_SKIP_RPATH=ON \ -DCMAKE_BUILD_TYPE=Release make make DESTDIR=${PKGDIR} install package: | true