parent
f9c4798fb4
commit
21eb6d2466
2 changed files with 8 additions and 7 deletions
|
@ -4,8 +4,8 @@
|
||||||
CPUTYPE=i386
|
CPUTYPE=i386
|
||||||
HVOPT=-DHV
|
HVOPT=-DHV
|
||||||
|
|
||||||
-CFLAGS=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -I. -DTAP
|
-CFLAGS=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -DTAP
|
||||||
-LDFLAGS=-lpthread -lutil -s -static
|
-LDFLAGS=-lpthread -lutil
|
||||||
+override CFLAGS+=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -I. -DTAP
|
+override CFLAGS+=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -I. -DTAP
|
||||||
+override LDFLAGS+=-lpthread -lutil -s -static
|
+override LDFLAGS+=-lpthread -lutil -s -static
|
||||||
OBJS=vpcs.o \
|
OBJS=vpcs.o \
|
||||||
|
|
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'vpcs'
|
# Template file for 'vpcs'
|
||||||
pkgname=vpcs
|
pkgname=vpcs
|
||||||
version=0.8
|
version=0.8.3
|
||||||
revision=2
|
revision=1
|
||||||
build_wrksrc="src"
|
build_wrksrc="src"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_cmd="make -f Makefile.linux"
|
make_cmd="make -f Makefile.linux"
|
||||||
short_desc="Virtual PC Simulator"
|
short_desc="Virtual PC Simulator"
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://sourceforge.net/projects/vpcs"
|
homepage="https://github.com/GNS3/vpcs/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/project/vpcs/${version}/${pkgname}-${version}-src.tbz"
|
distfiles="https://github.com/GNS3/vpcs/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=dca602d0571ba852c916632c4c0060aa9557dd744059c0f7368860cfa8b3c993
|
checksum=73018c923fdb8bbd7d76ddf4877bb7b3babbabed014f409f6b78a2e2b0a33da7
|
||||||
|
make_check=no #checks unavailable in source makefiles
|
||||||
|
|
||||||
archs="i686* x86_64*"
|
archs="i686* x86_64*"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue