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

recipes/core/attr/PAGBUILD.yaml main

34 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334
pkgname: attr
pkgver: '2.6.0'
pkgrel: '1'
pkgdesc: 'Utilities to administer the extended attributes on filesystem objects'
url: 'https://savannah.nongnu.org/projects/attr'
arch: x86_64
license:
- LGPL

depends: []
makedepends: []
source:
- 'https://download-mirror.savannah.gnu.org/releases/attr/attr-${pkgver}.tar.gz'

sha256sums:
- d42fa374513180bb48cb11a46696f488240e5124ff1e6ad88b0abff706985612

build: |
  cd ${pkgname}-${pkgver}

  INSTALL_USER=root  \
  INSTALL_GROUP=root \
  ac_cv_func_openat2=no \
  ./configure --prefix=/usr \
              --disable-static \
              --sysconfdir=/etc \
              --docdir=/usr/share/doc/${pkgname}

  make
  make  DESTDIR=${PKGDIR} install
  chmod -v 755 ${PKGDIR}/usr/lib/libattr.so

package: |
  true