Merge pull request #643 from ThomasAdam/ta/add-mvwm
New package: mvwm-git
This commit is contained in:
commit
3fad646006
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'mvwm-git'
|
||||
pkgname=mvwm-git
|
||||
version=20141116
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_script="./autogen.sh"
|
||||
hostmakedepends="pkg-config git automake autoconf"
|
||||
makedepends="fribidi-devel libXpm-devel librsvg-devel libXrandr-devel
|
||||
libXcursor-devel libXt-devel libXft-devel
|
||||
fontconfig-devel readline-devel perl"
|
||||
depends="perl"
|
||||
short_desc="An extremely powerful ICCCM-compliant window manager (FVWM rewrite)"
|
||||
maintainer="Thomas Adam <thomas@fvwm.org>"
|
||||
license="GPL-2,custom"
|
||||
homepage="http://github.com/ThomasAdam/mvwm"
|
||||
provides="mvwm-${version}_${revision}"
|
||||
replaces="mvwm>=0"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/ThomasAdam/mvwm"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
}
|
Loading…
Reference in New Issue