Retired base/{libidn,libmrss,libnxml,guile} and updated build list Retired extra/{gtkterm,mtpaint} Discarded doinst.sh from extra/gnumeric Updated base and extra build lists
31 lines
692 B
Text
Executable file
31 lines
692 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/$version.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
|
|
"
|