diff --git a/srcpkgs/notion/template b/srcpkgs/notion/template new file mode 100644 index 00000000000..a75c58f47ab --- /dev/null +++ b/srcpkgs/notion/template @@ -0,0 +1,27 @@ +# Template file for 'notion' + +pkgname="notion" +_minversion="2014052800" +version="3_${_minversion}" +revision=1 +short_desc="Tabbed, tiling window manager" +makedepends="make pkg-config groff lua-devel>=5.2 \ + libX11-devel libXext-devel libSM-devel libXinerama-devel libXrandr-devel" +depends="lua>=5.2 libX11 libXext libSM libXinerama libXrandr" +maintainer="Julian Wiesener " +license="notion" +homepage="http://notion.sourceforge.net/" +distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-3-${_minversion}-src.tar.bz2" +checksum="3619c90fb1f4b49cbddbfa8b94aa1d1e7e5a7e933764aea3ab3b25c6ef3c7027" +wrksrc=${pkgname}-3-${_minversion} + +do_build() { + make -I${srcdir}/notion PREFIX=/usr ETCDIR=/etc/notion +} + +do_install() { + make DESTDIR=${DESTDIR} PREFIX=/usr ETCDIR=/etc/notion install + vman man/notion.1 + vman man/notionflux.1 + vlicense LICENSE +}