From c82e88dd00d1b0b7fcfb4e5628d99611388cef6f Mon Sep 17 00:00:00 2001 From: rawnix ports Date: Sat, 26 Sep 2026 18:19:05 +0000 Subject: sync 2026-09-26 18:19 UTC 1672 files changed, 151396 insertions(+) --- devel/swig/MAKEPKG | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 devel/swig/MAKEPKG (limited to 'devel/swig/MAKEPKG') diff --git a/devel/swig/MAKEPKG b/devel/swig/MAKEPKG new file mode 100644 index 0000000..5793cf9 --- /dev/null +++ b/devel/swig/MAKEPKG @@ -0,0 +1,33 @@ +#!/bin/mkpkg +# description: Interface compiler connecting C/C++ with scripting languages +# url: https://www.swig.org + +name=swig +version=4.5.1 +release=1 +makedeps=(bison pcre2) +source=(https://downloads.sourceforge.net/sourceforge/swig/swig-$version.tar.gz) +sha256sums=( + "7fec50b27deddab5455a9633780b6341eddfb96215a7619e93a76eb27178f653" +) + +build() { + cd $name-$version + + ./configure \ + --prefix=/usr \ + --without-alllang \ + --with-python3 + + make $MKPKG_MAKEFLAGS + + make DESTDIR=$PKG install +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh + -- cgit v1.3.1