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

recipes/utils/sound-theme-freedesktop/PAGBUILD.yaml main

25 linii Raw ← Powrót
12345678910111213141516171819202122232425
pkgname: 'sound-theme-freedesktop'
pkgver: '0.8'
pkgrel: '5'
pkgdesc: 'The Sound Theme Freedesktop package contains sound themes for the desktop.'
url: 'https://freedesktop.org/wiki/Specifications/sound-theme-spec'
arch: x86_64
depends: []
makedepends:
- intltool
- 'perl-xml-parser'

source:
- 'https://people.freedesktop.org/~mccann/dist/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make

package: |
  cd ${pkgname}-${pkgver}
  make DESTDIR="${PKGDIR}" install