smlinux/extra/gtkterm/gtkterm.SMBuild

31 lines
690 B
Text
Executable file

app=gtkterm
version=0.99.7
build=1sml
homepage="https://github.com/Jeija/gtkterm"
download="https://github.com/Jeija/gtkterm/archive/refs/tags/0.99.7.tar.gz"
desc="Lightweight GTK2 serial port terminal emulator "
requires="vte gtk2"
build() {
mkandenterbuilddir
rm -rf "$app-$version-rc1"
tar xf $srcdir/$app-$version-rc1.tar.?z*
cd "$app-$version-rc1"
fixbuilddirpermissions
./configure \
--prefix="" \
--disable-nls
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
990407ae5882031cfbfa1a0291fcbc78616293fe8625813c2cb783958188c949e659f077e2239a3d309707abb0e5b812a2d399decbef7e0343cba78e61032125 gtkterm-0.99.7-rc1.tar.lz
"