milis/talimatname/genel/n/nodm/talimat

21 lines
429 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: X giriş yöneticisi
# URL: http://enricozini.org/sw/nodm/
# Paketçi: milisarge
# Gerekler: help2man xorg-xinit
name=nodm
version=0.13
release=1
source=(https://github.com/spanezz/nodm/archive/0.13.tar.gz::$name-$version.tar.gz
nodm.conf)
derle() {
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
}