diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
| commit | c82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch) | |
| tree | 56d864b5a5c6c145edd96178ae219a8f90e191a6 /libs/talloc/MAKEPKG | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'libs/talloc/MAKEPKG')
| -rw-r--r-- | libs/talloc/MAKEPKG | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/libs/talloc/MAKEPKG b/libs/talloc/MAKEPKG new file mode 100644 index 0000000..24ddfa2 --- /dev/null +++ b/libs/talloc/MAKEPKG @@ -0,0 +1,32 @@ +#!/bin/mkpkg +# description: Hierarchical memory pool allocator +# url: https://talloc.samba.org/ +name=talloc +version=2.5.0 +release=1 +source=(https://www.samba.org/ftp/talloc/$name-$version.tar.gz) +sha256sums=( + "912afa237510ae542a7733998eb18a12bcda35ab6729c8e2ddb43e8d0ebab007" +) + +build() { + cd $name-$version + export LDFLAGS="$LDFLAGS -Wl,--undefined-version" + ./configure \ + --prefix=/usr \ + --disable-python \ + --bundled-libraries=NONE + make + make DESTDIR=$PKG install + find $PKG \( -name '*.la' -o -name '*.a' \) -delete +} + + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh + + |
