Skip to content

Commit b4b0ed6

Browse files
committed
add xterm v401
1 parent 5b8a929 commit b4b0ed6

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

recipes/graphics/xorg/xterm.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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

0 commit comments

Comments
 (0)