🔒 Repository is read-only – file editing is disabled.

recipes/gui/taglib-extras/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
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