milis/talimatname/genel/r/roxterm/talimat

18 lines
478 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.

# Tanım: ROXTerm, VTE kütüphanesine dayanan bir terminal emülatörüdür.
# URL: http://roxterm.sourceforge.net/
# Paketçi: milisarge
# Gerekler: dbus-glib vte3 hicolor-icon-theme xorg-libsm lockfile
isim=roxterm
surum=3.3.1
devir=1
kaynak=(http://downloads.sourceforge.net/roxterm/roxterm-$surum.tar.xz)
derle() {
cd "${SRC}/${isim}-${surum}"
python2 mscript.py configure --prefix='/usr'
python2 mscript.py build
python2 mscript.py install --destdir="${PKG}"
}