aiccu: drop gnu-makefile.
This commit is contained in:
parent
57e96f606a
commit
be9af9a700
1 changed files with 5 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
|||
# Template file for 'aiccu'
|
||||
pkgname=aiccu
|
||||
version=20070115
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=aiccu
|
||||
build_style=gnu-makefile
|
||||
conf_files="etc/aiccu.conf"
|
||||
makedepends="gnutls-devel"
|
||||
depends="iproute2"
|
||||
|
@ -18,6 +17,10 @@ post_extract() {
|
|||
sed -i 's/\$(CC) \$(CFLAGS) \$(LDFLAGS) -o $@ \$(OBJS)/$(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS)/; /strip/d' unix-console/Makefile
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} CC="$CC" LD="$LD" RPM_OPT_FLAGS="$CFLAGS"
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin unix-console/aiccu
|
||||
vinstall doc/aiccu.conf 0640 etc
|
||||
|
|
Loading…
Reference in a new issue