milis/talimatname/genel/l/lxde-input/talimat
2017-10-28 15:10:23 +03:00

19 lines
336 B
Text
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.

# Tanım: lxde giris
# URL: http://lxde.org/
# Maintainer: Martin Bagge
# Paketçi: milisarge@gmail.com
# Gerekler: gtk2
isim=lxde-input
_isim=lxinput
surum=0.3.4
devir=1
kaynak=(http://downloads.sourceforge.net/lxde/${_name}-$surum.tar.xz)
derle() {
cd ${_name}-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}