smu-git: use our *FLAGS
This commit is contained in:
parent
e8eb3ee482
commit
2fa37c42ca
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'smu-git'
|
||||
pkgname=smu-git
|
||||
version=20140531
|
||||
version=20140803
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="git"
|
||||
|
@ -18,6 +18,11 @@ do_fetch() {
|
|||
git clone ${url} ${pkgname}-${version}
|
||||
}
|
||||
|
||||
pre_build() {
|
||||
sed -i 's|^CFLAGS =|CFLAGS +=|g' config.mk
|
||||
sed -i 's|^LDFLAGS =|LDFLAGS +=|g' config.mk
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall LICENSE 644 usr/share/licenses/smu
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue