smlinux/xfce/xfce4-terminal/xfce4-terminal.SMBuild
PktSurf e47bb4d8ad Fixed breakage when compiling strace 5.7 with musl 1.2.3
Removed unnecessary build options from several package build files in xfce
2022-10-09 12:35:43 +05:30

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
"