mopag: rebuild for metadata
This commit is contained in:
parent
2928e2e2e6
commit
4102807ef9
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'mopag'
|
||||
pkgname=mopag
|
||||
version=0.0.0.20150613
|
||||
revision=1
|
||||
makedepends="libX11-devel"
|
||||
revision=2
|
||||
wrksrc="${pkgname}-master"
|
||||
build_style=gnu-makefile
|
||||
make_build_args="INCS=-I. LIBS=-lX11"
|
||||
makedepends="libX11-devel"
|
||||
short_desc="A small pager for monsterwm"
|
||||
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
||||
license="Public Domain"
|
||||
homepage="https://github.com/c00kiemon5ter/${pkgname}"
|
||||
distfiles="https://github.com/c00kiemon5ter/${pkgname}/archive/master.tar.gz"
|
||||
checksum="23fd37f589f0f306c995f817bf88c32972ca5b0b53d064c4c3b5a877105d9204"
|
||||
checksum=23fd37f589f0f306c995f817bf88c32972ca5b0b53d064c4c3b5a877105d9204
|
||||
replaces="mopag>=0"
|
||||
wrksrc="${pkgname}-master"
|
||||
|
||||
pre_build() {
|
||||
sed -i 's|^CPPFLAGS *=|override CPPFLAGS +=|g' Makefile
|
||||
|
|
Loading…
Reference in a new issue