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

recipes/utils/cifs-utils/PAGBUILD.yaml main

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: cifs-utils
pkgver: '7.7'
pkgrel: 1
pkgdesc: CIFS filesystem user-space tools
url: 'https://www.samba.org'
arch: x86_64
depends: []
makedepends:
- keyutils
- talloc
- pam
- kerberos
source:
- 'https://www.samba.org/ftp/linux-cifs/${pkgname}/${pkgname}-${pkgver}.tar.bz2'
sha256sums:
- SKIP
build: |
  cd ${pkgname}-${pkgver}
  sed -e 's|cd \$(ROOTSBINDIR)|cd $(DESTDIR)$(ROOTSBINDIR)|g' -i Makefile.am
  autoreconf -fiv
  autoreconf -fiv
  ./configure --prefix=/usr   \
  --sbindir=/usr/bin --enable-systemd

  make
  make DESTDIR=${PKGDIR} ROOTSBINDIR=/usr/bin install
package: |
  true