New package: notion-3_2014052800
This commit is contained in:
parent
cb182dae9b
commit
2460809630
1 changed files with 27 additions and 0 deletions
27
srcpkgs/notion/template
Normal file
27
srcpkgs/notion/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue