milis/talimatname/genel/xfce4-terminal/talimat

24 lines
740 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Xfce4 Terminal, bir GTK + 2 terminal emülatörüdür. Bu, bir Xorg penceresinin konforunda komutları veya programları çalıştırmak için kullanışlıdır; Dosyaları Xfce4 Terminaline sürükleyip bırakabilir veya farenizle metni kopyalayıp yapıştırabilirsiniz.
# URL: http://www.os-cillation.com/index.php?id=42&L=5
# Packager: milisarge
# Depends on: exo vte
name=xfce4-terminal
version=0.6.3
release=1
source=(http://archive.xfce.org/src/apps/${name}/${version%.*}/$name-$version.tar.bz2 )
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
--disable-debug
make
make DESTDIR=$PKG install
}