diff options
Diffstat (limited to 'devel/swig/MAKEPKG')
| -rw-r--r-- | devel/swig/MAKEPKG | 33 |
1 files changed, 33 insertions, 0 deletions
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 + |
