milis/talimatname/genel/xfce4-terminal/talimat

24 lines
686 B
Plaintext
Raw Normal View History

2016-03-02 16:12:51 +01:00
# Description: Xfce4 Terminal is a GTK+ 2 terminal emulator. This is useful for running commands or programs in the comfort of an Xorg window; you can drag and drop files into the Xfce4 Terminal or copy and paste text with your mouse.
# URL: http://www.os-cillation.com/index.php?id=42&L=5
2016-11-02 02:14:54 +01:00
# Packager: milisarge
2016-11-06 03:42:11 +01:00
# Depends on: exo vte
2016-11-02 02:14:54 +01:00
2016-03-02 16:12:51 +01:00
name=xfce4-terminal
2016-11-06 03:42:11 +01:00
version=0.6.3
2016-11-02 02:14:54 +01:00
release=1
2016-03-02 16:12:51 +01:00
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
}