contrib/vte3-ng/Pkgfile
2019-02-21 20:48:44 +11:00

31 lines
701 B
Plaintext

# Description: Enhanced Virtual Terminal Emulator widget for use with GTK3
# URL: https://github.com/thestinger/vte-ng
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: gnutls gtk-doc gtk3 libpcre2 util-linux
name=vte3-ng
version=0.54.2
_version=$version.a
release=1
source=(https://github.com/thestinger/vte-ng/archive/$version/vte-ng-$_version.tar.gz)
build() {
cd vte-ng-$version
NOCONFIGURE=1 ./autogen.sh
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/vte \
--enable-static \
--disable-gtk-doc \
--disable-vala \
--disable-introspection \
--disable-glade-catalogue
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{share/locale,etc/profile.d/vte.sh}
}