bdftopcf-native: simplify recipe, use the same source tarball as bdftopcf
authorPhilipp Zabel <philipp.zabel@gmail.com>
Sat, 2 Feb 2008 23:05:52 +0000 (23:05 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Sat, 2 Feb 2008 23:05:52 +0000 (23:05 +0000)
packages/xorg-app/bdftopcf-native_1.0.0.bb

index 8ab592b..4104994 100644 (file)
@@ -1,13 +1,8 @@
-DESCRIPTION = "Native bdftopdf utility"
-SECTION = "x11/fonts"
-LICENSE = "MIT-X"
+inherit native
+require xorg-app-common.inc
 PE = "1"
 
-S="${WORKDIR}/bdftopcf-${PV}"
+XORG_PN = "bdftopcf"
 
 DEPENDS = "libxfont-native"
 
-SRC_URI = "${XORG_MIRROR}/X11R7.0/src/app/bdftopcf-X11R7.0-1.0.0.tar.gz"
-
-inherit native autotools pkgconfig
-