smlinux/net/hexchat/hexchat.SMBuild
PktSurf d18addf386 Replaced upper case variable with lower case in net/cgit
Improved code to install dump1090 binary in net/dump1090 and hostname symlinks in net/hostname
Removed code that manually discards static archives in net/php
Miscellaneous SHA512 checksum updates and minor fixes in several net pkg build files
2022-10-10 22:54:00 +05:30

39 lines
1.1 KiB
Text
Executable file

app=hexchat
version=2.12.4
build=2sml
homepage="https://hexchat.github.io/"
download="https://dl.hexchat.net/hexchat/hexchat-$version.tar.xz"
desc="Modern GTK+ IRC client"
requires="intltool iso-codes netbsd-curses perl glib desktop-file-utils enchant openssl libnotify libcanberra gtk2 dbus-glib python3 pango"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
# Since we are using skarnet's toolchain and a custom gcc specs file,
# this can cause errors because skarnet's toolchain also looks inside
# /usr/local which we only use for occasional builds
sed -i 's@Werror=missing-include-dirs @@g' configure
./configure \
--prefix="" \
--enable-openssl \
--enable-textfe \
--disable-lua \
--enable-python=python3
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
3acbcb037360628267593d5c87f84511f0d7d9772002d2bfaf9d2c29cd8f01a034a423f6a64d24c8c173a534e7dd9acb67147c6247f5f4c9834b729ebc980bd7 hexchat-2.12.4.tar.lz
"