diff options
Diffstat (limited to 'recipes/xorg-app/mkfontdir-native_1.0.3.bb')
-rw-r--r-- | recipes/xorg-app/mkfontdir-native_1.0.3.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/xorg-app/mkfontdir-native_1.0.3.bb b/recipes/xorg-app/mkfontdir-native_1.0.3.bb new file mode 100644 index 0000000000..1c62b85a1d --- /dev/null +++ b/recipes/xorg-app/mkfontdir-native_1.0.3.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "X mkfontdir app" +SECTION = "x11/applications" +LICENSE = "MIT-X" +DEPENDS = "util-macros-native mkfontscale-native" +PR = "r1" +PE = "1" + +S = "${WORKDIR}/mkfontdir-${PV}" +SRC_URI = "${XORG_MIRROR}/individual/app/mkfontdir-${PV}.tar.bz2" + +inherit native autotools pkgconfig |