diff options
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xfontsel_1.0.5.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xfontsel_1.0.5.bb b/meta-oe/recipes-graphics/xorg-app/xfontsel_1.0.5.bb new file mode 100644 index 0000000000..c74b291946 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xfontsel_1.0.5.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
2 | |||
3 | SUMMARY = "xfontsel provides point and click selection of X11 font names" | ||
4 | HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xfontsel/" | ||
5 | SECTION = "x11/app" | ||
6 | LICENSE = "MIT" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=4669d2703c60d585cc29ba7e9a69bcb3" | ||
8 | DEPENDS += " libxaw" | ||
9 | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4669d2703c60d585cc29ba7e9a69bcb3" | ||
11 | |||
12 | SRC_URI[md5sum] = "a40302b88c599b63e3d3d412e02871e6" | ||
13 | SRC_URI[sha256sum] = "170d8550b96fb47b04db6181b947e6f6b8b97f4df5d691c351a278480cc931bf" | ||