diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-12-12 22:53:57 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-14 00:37:28 +0100 |
commit | b07fed4bf1030a0e20c92843203cb896ff4d9575 (patch) | |
tree | 8528f5c6cad9742347cb776def07e2b4741abee5 /package/ng-spice-rework/ng-spice-rework.mk | |
parent | af6fd2d931c5fec8d95cbe635265cff74c09a54a (diff) | |
download | buildroot-novena-b07fed4bf1030a0e20c92843203cb896ff4d9575.tar.gz buildroot-novena-b07fed4bf1030a0e20c92843203cb896ff4d9575.zip |
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: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ng-spice-rework/ng-spice-rework.mk')
-rw-r--r-- | package/ng-spice-rework/ng-spice-rework.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/package/ng-spice-rework/ng-spice-rework.mk b/package/ng-spice-rework/ng-spice-rework.mk deleted file mode 100644 index 113b59dee..000000000 --- a/package/ng-spice-rework/ng-spice-rework.mk +++ /dev/null @@ -1,18 +0,0 @@ -############################################################# -# -# 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)) - |