summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-app/xterm_325.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app/xterm_325.bb')
-rw-r--r--meta-oe/recipes-graphics/xorg-app/xterm_325.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_325.bb b/meta-oe/recipes-graphics/xorg-app/xterm_325.bb
new file mode 100644
index 0000000000..e0baf3cfac
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_325.bb
@@ -0,0 +1,30 @@
1require recipes-graphics/xorg-app/xorg-app-common.inc
2SUMMARY = "xterm is the standard terminal emulator for the X Window System"
3DEPENDS = "libxaw xproto xextproto libxext libxau libxinerama libxpm ncurses"
4
5LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=842e945c46c43e05c44d95003aa878e1"
6
7SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz"
8
9SRC_URI[md5sum] = "e78a0bbc4d5fa3780917e447ae8ebc6b"
10SRC_URI[sha256sum] = "3b31b07a0c40427e9330ec3be9d1a748c72808f945953cea9e526e48be315f1b"
11
12PACKAGECONFIG ?= ""
13PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native"
14
15EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
16 --x-libraries=${STAGING_LIBDIR} \
17 FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config \
18 --disable-imake \
19 --disable-rpath-hack \
20 --disable-setuid"
21
22B = "${S}"
23
24do_configure() {
25 gnu-configize --force
26 sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure
27 oe_runconf
28}
29
30FILES_${PN} += "${libdir}/X11"