# 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 }