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

recipes/gui/xorg-util-macros/PAGBUILD.yaml main

19 linii Raw ← Powrót
12345678910111213141516171819
pkgname: xorg-util-macros
pkgver: '1.20.2'
pkgrel: '1'
pkgdesc: util-macros, contains the macros m4 used by the packages xorg
url: 'https://www.x.org'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://www.x.org/archive/individual/util/util-macros-${pkgver}.tar.gz'
sha256sums:
- f642f8964d81acdf06653fdf9dbc210c43ce4bd308bd644a8d573148d0ced76b
build: |
  cd util-macros-1.20.2
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
  make
package: |
  cd ${pkgname}-${pkgver}
  make DESTDIR="${PKGDIR}" install