New package: notion-3_2014052800

This commit is contained in:
Julian Wiesener 2015-01-18 19:56:49 +02:00 committed by Juan RP
parent cb182dae9b
commit 2460809630

27
srcpkgs/notion/template Normal file
View file

@ -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 <jw@vtoc.de>"
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
}