void-packages/srcpkgs/wmfs/template
2011-06-18 15:31:45 +02:00

41 lines
1.5 KiB
Plaintext

# Template file for 'wmfs'
pkgname=wmfs
version=201104
homepage="http://wmfs.info/"
distfiles="http://wmfs.info/attachments/download/45/wmfs-$version.tar.gz"
build_style=configure
configure_args="--prefix /usr --man-prefix /usr/share/man --xdg-config-dir /etc/xdg"
short_desc="Window Manager From Scratch"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
checksum=c28b7cec28a6e3f2bc38a136fb1773bab8ec8f48c69ebe25c24192f96e782d64
long_desc="
WMFS (Window Manager From Scratch) is a lightweight and highly configurable
tiling window manager for X. It can be configured with a configuration file,
supports Xft (Freetype) fonts and is compliant with the Extended Window
Manager Hints (EWMH) specifications, Xinerama and Xrandr. WMFS can be driven
with Vi based commands (ViWMFS). Optional Imlib2 support allow WMFS to draw
image instead text everywhere you want with a simple sequence."
conf_files="/etc/xdg/wmfs/wmfsrc"
Add_dependency run glibc
Add_dependency run libXft
Add_dependency run libXrender
Add_dependency run fontconfig
Add_dependency run libX11
Add_dependency run freetype
Add_dependency run libXinerama
Add_dependency run libXrandr
Add_dependency run imlib2
Add_dependency build pkg-config
Add_dependency build libXft-devel
Add_dependency build libXrender-devel
Add_dependency build fontconfig-devel
Add_dependency build libX11-devel
Add_dependency build freetype-devel
Add_dependency build libXinerama-devel
Add_dependency build libXrandr-devel
Add_dependency build imlib2-devel