milis/talimatname/genel/n/nodm/talimat

21 lines
429 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: X giriş yöneticisi
2017-08-09 17:10:51 +02:00
# URL: http://enricozini.org/sw/nodm/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: help2man xorg-xinit
2017-08-09 17:10:51 +02:00
name=nodm
version=0.13
release=1
source=(https://github.com/spanezz/nodm/archive/0.13.tar.gz::$name-$version.tar.gz
nodm.conf)
2017-10-27 23:59:41 +02:00
derle() {
2017-08-09 17:10:51 +02:00
cd "$SRC/$name-$version"
./autogen.sh
./configure --prefix=/usr/
make
install -Dm755 nodm $PKG/usr/bin/nodm
install -Dm644 ../nodm.conf $PKG/etc/nodm.conf
}