milis/talimatname/genel/l/lxde-terminal/talimat
2018-07-19 18:45:36 +03:00

20 lines
386 B
Text
Executable file
Raw Permalink 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.

# Tanım: lxde terminal uygulaması
# URL: http://lxde.org/
# Paketçi: milisarge
# Gerekler: intltool vte gtk3 vte3
# Grup: sistem
isim=lxde-terminal
_isim=lxterminal
surum=0.3.1
devir=1
kaynak=(http://downloads.sourceforge.net/lxde/lxterminal-$surum.tar.xz)
derle() {
cd ${_isim}-$surum
./configure --sysconfdir=/etc --prefix=/usr --enable-gtk3
make
make DESTDIR=$PKG install
}