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

22 lines
466 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: lxde icin ekran ayarlama
2016-03-18 19:29:22 +01:00
# URL: http://lxde.org/about.html
# Maintainer: Martin Bagge brother at bsnet dot se Hong Jen Yee (PCMan) pcman dot tw at gmail dotcom
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge@gmail.com
# Gerekler: gtk2 xorg-app
2016-03-18 19:29:22 +01:00
name=lxde-randr
_name=lxrandr
version=0.3.0
release=1
source=(http://downloads.sourceforge.net/lxde/lxrandr-$version.tar.xz)
2017-10-27 23:59:41 +02:00
derle() {
2016-03-18 19:29:22 +01:00
cd ${_name}-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}