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

recipes/utils/tdb/PAGBUILD.yaml main

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: tdb
pkgver: '1.4.15'
pkgrel: '1'
pkgdesc: 'A Trivial Database similar to GDBM but allows simultaneous commits'
url: 'https://tdb.samba.org/'
arch: x86_64
depends: []
makedepends:
- python
- libxslt
- 'docbook-xsl'

source:
- 'https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
                --localstatedir=/var \
                --sysconfdir=/etc/samba
  make
  make DESTDIR=${PKGDIR} install

package: |
  true