libxfont-native:added 1.2.8
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 9 May 2007 16:50:43 +0000 (16:50 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 9 May 2007 16:50:43 +0000 (16:50 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1655 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xorg-lib/libxfont-native_1.2.8.bb [new file with mode: 0644]

diff --git a/meta/packages/xorg-lib/libxfont-native_1.2.8.bb b/meta/packages/xorg-lib/libxfont-native_1.2.8.bb
new file mode 100644 (file)
index 0000000..3fd134b
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "X font library (used by the X server)."
+SECTION = "x11/libs"
+PRIORITY = "optional"
+LICENSE = "BSD-X"
+PE = "1"
+
+DEPENDS = "xproto-native zlib-native fontcacheproto-native fontsproto-native libfontenc-native xtrans-native freetype-native util-macros-native"
+
+SRC_URI = "${XORG_MIRROR}/individual/lib/libXfont-1.2.0.tar.bz2"
+S = "${WORKDIR}/libXfont-1.2.0"
+
+inherit native autotools pkgconfig
+