milis/talimatname/genel/n/nodm/talimat

21 lines
421 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
isim=nodm
surum=0.13
devir=1
kaynak=(https://github.com/spanezz/nodm/archive/0.13.tar.gz::$isim-$surum.tar.gz
nodm.conf)
derle() {
cd "$SRC/$isim-$surum"
./autogen.sh
./configure --prefix=/usr/
make
install -Dm755 nodm $PKG/usr/bin/nodm
install -Dm644 ../nodm.conf $PKG/etc/nodm.conf
}