31 lines
690 B
Text
Executable file
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
|
|
"
|