35 lines
845 B
Text
Executable file
35 lines
845 B
Text
Executable file
app=hexchat
|
|
version=2.12.4
|
|
build=2sml
|
|
homepage="https://hexchat.github.io/"
|
|
download="https://dl.hexchat.net/hexchat/hexchat-2.12.4.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
|
|
|
|
./configure \
|
|
--prefix="" \
|
|
--sysconfdir=/etc \
|
|
--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
|
|
"
|