milis/talimatname/genel/lxde-terminal/talimat

21 lines
386 B
Plaintext
Executable File
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: lxde terminal uygulaması
# URL: http://lxde.org/
# Maintainer: NuTyX core team
# Packager: milisarge@gmail.com
# Depends on: intltool vte
name=lxde-terminal
_name=lxterminal
version=0.2.0
release=1
source=(http://downloads.sourceforge.net/lxde/lxterminal-$version.tar.gz)
build() {
cd ${_name}-$version
./configure --prefix=/usr \
make
make DESTDIR=$PKG install
}