mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-02 02:42:19 +01:00
22 lines
446 B
Plaintext
22 lines
446 B
Plaintext
# Description: A modern terminal emulator
|
|
# URL: https://docs.xfce.org/apps/terminal/start
|
|
# Maintainer: mac-a-r0ni, j at lngn dot net
|
|
# Depends on: exo vte3
|
|
|
|
name=xfce4-terminal
|
|
version=1.1.3
|
|
release=1
|
|
source=(https://archive.xfce.org/src/apps/$name/${version%.*}/$name-$version.tar.bz2)
|
|
build ()
|
|
{
|
|
|
|
cd $name-$version
|
|
./configure --prefix=/usr \
|
|
--disable-nls \
|
|
--libexecdir=/usr/lib/$name
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|