cwm-git: add provides & replaces
This commit is contained in:
parent
affebf219d
commit
87900716f1
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cwm-git'
|
||||
pkgname=cwm-git
|
||||
version=20140427
|
||||
version=20140531
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config bison"
|
||||
|
@ -9,6 +9,8 @@ short_desc="Lightweight and efficient window manager for X11"
|
|||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
license="ISC"
|
||||
homepage="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD+Current&format=html"
|
||||
provides="cwm-${version}_${revision}"
|
||||
replaces="cwm>=0"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/chneukirchen/cwm"
|
||||
|
|
Loading…
Reference in New Issue