🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526
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