milis/talimatname/genel/l/lxde-randr/talimat

22 lines
458 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.

# Tanım: lxde icin ekran ayarlama
# URL: http://lxde.org/about.html
# Maintainer: Martin Bagge brother at bsnet dot se Hong Jen Yee (PCMan) pcman dot tw at gmail dotcom
# Paketçi: milisarge@gmail.com
# Gerekler: gtk2 xorg-app
isim=lxde-randr
_isim=lxrandr
surum=0.3.0
devir=1
kaynak=(http://downloads.sourceforge.net/lxde/lxrandr-$surum.tar.xz)
derle() {
cd ${_name}-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}