monsterwm-git: use our *FLAGS
This commit is contained in:
parent
b63ea667f7
commit
254d93837b
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'monsterwm-git'
|
# Template file for 'monsterwm-git'
|
||||||
pkgname=monsterwm-git
|
pkgname=monsterwm-git
|
||||||
version=20140531
|
version=20140803
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
makedepends="libX11-devel"
|
makedepends="libX11-devel"
|
||||||
|
@ -21,8 +21,10 @@ do_fetch() {
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cp ${FILESDIR}/config.h config.h
|
cp ${FILESDIR}/config.h config.h
|
||||||
|
sed -i 's|^CFLAGS =|CFLAGS +=|g' Makefile
|
||||||
|
sed -i 's|^LDFLAGS =|LDFLAGS +=|g' Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall LICENSE 644 usr/share/licenses/$pkgname
|
vinstall LICENSE 644 usr/share/licenses/monsterwm
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue