Skip to content

Commit e9c0aeb

Browse files
committed
Merge pull request #778 from hashdist/ncurses_update
Update ncurses to 5.9-20141206
2 parents f612c69 + f8b50d1 commit e9c0aeb

2 files changed

Lines changed: 2 additions & 51 deletions

File tree

pkgs/ncurses/clang-fix.patch

Lines changed: 0 additions & 42 deletions
This file was deleted.

pkgs/ncurses/ncurses.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
11
extends: [autotools_package]
22

33
sources:
4-
- url: http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz
5-
key: tar.gz:sbdctd5uiazezhkbgxwou6dz77wykrw5
4+
- key: git:2031c7bde2dfb2189b9c724946f19c089596eac4
5+
url: https://github.com/hashdist/pkg-ncurses
66

77
defaults:
88
relocatable: false
99

1010
build_stages:
11-
- name: patch
12-
before: configure
13-
files: [clang-fix.patch]
14-
handler: bash
15-
bash: |
16-
patch -up1 < _hashdist/clang-fix.patch
17-
1811
- name: configure
1912
mode: override
2013
extra: ['--with-shared', '--without-profile', '--without-debug',

0 commit comments

Comments
 (0)