mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
Merge pull request #643 from ThomasAdam/ta/add-mvwm
New package: mvwm-git
This commit is contained in:
commit
3fad646006
1 changed files with 23 additions and 0 deletions
23
srcpkgs/mvwm-git/template
Normal file
23
srcpkgs/mvwm-git/template
Normal file
|
@ -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…
Add table
Reference in a new issue