30 lines
709 B
Text
Executable file
30 lines
709 B
Text
Executable file
app=xfce4-terminal
|
|
version=0.8.10
|
|
build=1sml
|
|
homepage="https://docs.xfce.org/apps/terminal/start"
|
|
download="https://archive.xfce.org/src/apps/xfce4-terminal/0.8/xfce4-terminal-$version.tar.bz2"
|
|
desc="Modern terminal emulator for the Xfce Desktop Environment"
|
|
requires="libxfce4ui vte5"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
./configure \
|
|
--prefix=""
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
6e6718f269fc528aeb02921ebc0c7a9cbfa2135decc163561fcfe2a71d669e338cf03e7a26da98fb385385f86f2c308e9826dc81a6ddf0627cd8c0f43cda0374 xfce4-terminal-0.8.10.tar.lz
|
|
"
|