Update to 0.7 release.
This commit is contained in:
parent
8ab909a765
commit
2e279b61dd
|
|
@ -1,7 +1,7 @@
|
||||||
PKG="IVLver"
|
PKG="IVLver"
|
||||||
NAME="verilog"
|
NAME="verilog"
|
||||||
ARCH="sparc"
|
ARCH="sparc"
|
||||||
VERSION="0.6"
|
VERSION="0.7"
|
||||||
CATEGORY="application"
|
CATEGORY="application"
|
||||||
VENDOR="Icarus.com"
|
VENDOR="Icarus.com"
|
||||||
EMAIL="steve@icarus.com"
|
EMAIL="steve@icarus.com"
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
Summary: Icarus Verilog
|
Summary: Icarus Verilog
|
||||||
Name: verilog
|
Name: verilog
|
||||||
Version: 0.6.20021207
|
Version: 0.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
Source: ftp://icarus.com/pub/eda/verilog/snapshots/verilog-20021207.tar.gz
|
Source: ftp://icarus.com/pub/eda/verilog/snapshots/verilog-0.7.tar.gz
|
||||||
URL: http://www.icarus.com/eda/verilog/index.html
|
URL: http://www.icarus.com/eda/verilog/index.html
|
||||||
Packager: Stephen Williams <steve@icarus.com>
|
Packager: Stephen Williams <steve@icarus.com>
|
||||||
|
|
||||||
|
|
@ -20,7 +20,7 @@ engineering formats, including simulation. It strives to be true
|
||||||
to the IEEE-1364 standard.
|
to the IEEE-1364 standard.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n verilog-20021207
|
%setup -n verilog-0.7
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue