pkgname: talloc pkgver: '2.5.0' pkgrel: '1' pkgdesc: 'Hierarchical, reference counted memory pool system with destructors.' url: 'https://talloc.samba.org' arch: x86_64 depends: [] makedepends: - python - 'docbook-xsl' - libxslt source: - 'https://www.samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} ./configure --prefix=/usr make package: | cd ${pkgname}-${pkgver} make DESTDIR="${PKGDIR}" install