Commit b07fed4b authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

ng-spice-rework: remove package



This package has been marked deprecated in October, and no-one
complained. Moreover, it doesn't sound like a package that is widely
used on embedded systems. So we get rid of it.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent af6fd2d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

	New packages: dhrystone, fbgrab, lsuio, rsh-redone, whetstone

	Removed packages: microcom
	Removed packages: microcom, ng-spice-rework

	Issues resolved (http://bugs.uclibc.org):

+0 −1
Original line number Diff line number Diff line
@@ -353,7 +353,6 @@ endmenu
endmenu

menu "Miscellaneous"
source "package/ng-spice-rework/Config.in"
source "package/shared-mime-info/Config.in"
endmenu

package/ng-spice-rework/Config.in

deleted100644 → 0
+0 −9
Original line number Diff line number Diff line
config BR2_PACKAGE_NG_SPICE_REWORK
	bool "ng-spice-rework"
	depends on BR2_DEPRECATED
	depends on BR2_PACKAGE_XORG7
	select BR2_PACKAGE_XLIB_LIBXAW
	help
	  Ngspice is a mixed-level/mixed-signal circuit simulator.

	  http://superb-west.dl.sourceforge.net/sourceforge/ngspice
+0 −12
Original line number Diff line number Diff line
--- a/src/Makefile.in	2005-08-30 03:58:00.000000000 -0400
+++ b/src/Makefile.in	2008-02-13 14:38:04.000000000 -0500
@@ -882,7 +882,8 @@ spice.o: main.c
 		$(COMPILE) -DSIMULATOR -o spice.o  -c $(srcdir)/main.c
 
 ngspice.idx: makeidx
-	./makeidx $(srcdir)/ngspice.txt
+	gcc -I/usr/include -I.. -I./include $(makeidx_SOURCES) -o makeidx-host
+	./makeidx-host $(srcdir)/ngspice.txt
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
+0 −18
Original line number Diff line number Diff line
#############################################################
#
# ng-spice-rework
#
#############################################################
NG_SPICE_REWORK_VERSION = 17
NG_SPICE_REWORK_SOURCE = ng-spice-rework-$(NG_SPICE_REWORK_VERSION).tar.gz
NG_SPICE_REWORK_SITE = http://superb-west.dl.sourceforge.net/sourceforge/ngspice
NG_SPICE_REWORK_AUTORECONF = NO
NG_SPICE_REWORK_INSTALL_STAGING = NO
NG_SPICE_REWORK_INSTALL_TARGET = YES

NG_SPICE_REWORK_CONF_OPT = CFLAGS="-I$(STAGING_DIR)/usr/include"

NG_SPICE_REWORK_DEPENDENCIES = xserver_xorg-server xlib_libXaw

$(eval $(call AUTOTARGETS,package,ng-spice-rework))