summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-03-22 04:53:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-03-22 04:53:19 +0000
commit24c5f7b2df2d39a20cd894a3256725c068151ae2 (patch)
treeb8016bb3e606bce1e3c68bce644e8884f561a686 /contrib
parentReplace libncurses-devel with ncurses. (diff)
downloadrtems-24c5f7b2df2d39a20cd894a3256725c068151ae2.tar.bz2
Replaced with ncurses*.add
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/cygwin/i686/libncurses-devel.add43
-rw-r--r--contrib/crossrpms/cygwin/i686/target-libncurses-devel.add6
2 files changed, 0 insertions, 49 deletions
diff --git a/contrib/crossrpms/cygwin/i686/libncurses-devel.add b/contrib/crossrpms/cygwin/i686/libncurses-devel.add
deleted file mode 100644
index 3b38b85440..0000000000
--- a/contrib/crossrpms/cygwin/i686/libncurses-devel.add
+++ /dev/null
@@ -1,43 +0,0 @@
-%define libncurses_devel_version @NCURSES_VERS@
-%define libncurses_devel_rpmvers %{expand:%(echo @NCURSES_VERS@ | tr - _)}
-
-Name: @rpmprefix@@tool_target@-libncurses-devel
-Release: @NCURSES_RPMREL@
-License: GPL
-Group: Development/Tools
-
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch: noarch
-
-Version: %libncurses_devel_rpmvers
-Summary: Cygwin libncurses_devel Libraries
-
-Source0: ftp://cygwin.com/pub/cygwin/release/ncurses/libncurses-devel/libncurses-devel-%{libncurses_devel_version}.tar.bz2
-%{?_without_sources:NoSource: 0}
-
-%description
-Cygwin libncurses-devel libraries.
-
-%prep
-%setup -c -q
-
-%build
- rm -rf @tool_target@
-
- # Setup sys-root (Usable for gcc >= 3.4)
- mkdir -p @tool_target@/sys-root
- ( cd @tool_target@/sys-root ; %{__tar} xvjf %{SOURCE0})
-
- sed -e 's,^prefix=\(.*\)$,prefix=$RPM_BUILD_ROOT%{_prefix}/@tool_target@/sys-root\1,' \
- < etc/postinstall/libncurses-devel.sh \
- > etc/postinstall/libncurses-devel.sh~
- mv etc/postinstall/libncurses-devel.sh~ etc/postinstall/libncurses-devel.sh
- chmod +x etc/postinstall/libncurses-devel.sh
-
-%install
- rm -rf $RPM_BUILD_ROOT
- mkdir -p $RPM_BUILD_ROOT%{_prefix}
- cp -a @tool_target@ $RPM_BUILD_ROOT%{_prefix}
- ./etc/postinstall/libncurses-devel.sh
-
-
diff --git a/contrib/crossrpms/cygwin/i686/target-libncurses-devel.add b/contrib/crossrpms/cygwin/i686/target-libncurses-devel.add
deleted file mode 100644
index 693e50e255..0000000000
--- a/contrib/crossrpms/cygwin/i686/target-libncurses-devel.add
+++ /dev/null
@@ -1,6 +0,0 @@
-%files
-%defattr(-,root,root,-)
-%dir %{_prefix}/@tool_target@
-%{_prefix}/@tool_target@/sys-root
-
-