wmfs: install license.
This commit is contained in:
parent
78d3065599
commit
65d149601a
1 changed files with 8 additions and 6 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'wmfs'
|
# Template file for 'wmfs'
|
||||||
pkgname=wmfs
|
pkgname=wmfs
|
||||||
version=201104
|
version=201104
|
||||||
homepage="http://wmfs.info/"
|
revision=3
|
||||||
distfiles="http://wmfs.info/attachments/download/45/wmfs-$version.tar.gz"
|
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
conf_files="/etc/xdg/wmfs/wmfsrc"
|
||||||
configure_args="--prefix /usr --man-prefix /usr/share/man --xdg-config-dir /etc/xdg"
|
configure_args="--prefix /usr --man-prefix /usr/share/man --xdg-config-dir /etc/xdg"
|
||||||
revision=2
|
makedepends="pkg-config libXft-devel libXrender-devel fontconfig-devel libXinerama-devel libXrandr-devel imlib2-devel"
|
||||||
makedepends="pkg-config libXft-devel libXrender-devel fontconfig-devel libX11-devel freetype-devel libXinerama-devel libXrandr-devel imlib2-devel"
|
|
||||||
short_desc="Window Manager From Scratch"
|
short_desc="Window Manager From Scratch"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
homepage="http://wmfs.info/"
|
||||||
|
distfiles="https://github.com/downloads/xorg62/wmfs/wmfs-${version}.tar.gz"
|
||||||
checksum=c28b7cec28a6e3f2bc38a136fb1773bab8ec8f48c69ebe25c24192f96e782d64
|
checksum=c28b7cec28a6e3f2bc38a136fb1773bab8ec8f48c69ebe25c24192f96e782d64
|
||||||
long_desc="
|
long_desc="
|
||||||
WMFS (Window Manager From Scratch) is a lightweight and highly configurable
|
WMFS (Window Manager From Scratch) is a lightweight and highly configurable
|
||||||
|
@ -19,5 +20,6 @@ long_desc="
|
||||||
with Vi based commands (ViWMFS). Optional Imlib2 support allow WMFS to draw
|
with Vi based commands (ViWMFS). Optional Imlib2 support allow WMFS to draw
|
||||||
image instead text everywhere you want with a simple sequence."
|
image instead text everywhere you want with a simple sequence."
|
||||||
|
|
||||||
conf_files="/etc/xdg/wmfs/wmfsrc"
|
post_install() {
|
||||||
|
vinstall COPYING 644 usr/share/licenses/wmfs
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue