File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ inherit : [autotools]
2+
3+ metaEnvironment :
4+ PKG_LICENSE : " MIT AND X11 AND HPND AND CC-BY-4.0"
5+ PKG_VERSION : " 401"
6+ PKG_DESCRIPTION : " X terminal emulator"
7+
8+ depends :
9+ - graphics::xorg::proto::xorgproto
10+
11+ - libs::freetype-dev
12+ - libs::ncurses-dev
13+ - libs::xorg::libX11-dev
14+ - libs::xorg::libXaw-dev
15+ - libs::xorg::libXt-dev
16+ - libs::xorg::libXft-dev
17+ - use : []
18+ depends :
19+ - libs::freetype-tgt
20+ - libs::ncurses-tgt
21+ - libs::xorg::libX11-tgt
22+ - libs::xorg::libXaw-tgt
23+ - libs::xorg::libXt-tgt
24+ - libs::xorg::libXft-tgt
25+
26+ checkoutSCM :
27+ scm : url
28+ url : https://invisible-island.net/archives/xterm/xterm-401.tgz
29+ digestSHA256 : 3da2b5e64cb49b03aa13057d85e62e1f2e64f7c744719c00d338d11cd3e6ca1a
30+ stripComponents : 1
31+
32+ buildScript : |
33+ LDFLAGS="-ltinfo $LDFLAGS " autotoolsBuild $1 \
34+ --enable-freetype \
35+ --disable-malloc0returnsnull
36+
37+ provideDeps : ['*-tgt']
38+ packageScript : autotoolsPackageBin
You can’t perform that action at this time.
0 commit comments