# Description: X giriş yöneticisi
# URL: http://enricozini.org/sw/nodm/
# Packager: milisarge
# Depends on: 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)

build() {
	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

}
