summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2008-02-02 23:05:52 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2008-02-02 23:05:52 +0000
commit64d04dd1dca9f1dcc022d0c808bafc39ec04aadf (patch)
tree5103758d05687c92a0ad93df3abcc1a48fa95445
parente3e8f31ef232a80edd2556edc87bd4a09c373a64 (diff)
bdftopcf-native: simplify recipe, use the same source tarball as bdftopcf
-rw-r--r--packages/xorg-app/bdftopcf-native_1.0.0.bb11
1 files changed, 3 insertions, 8 deletions
diff --git a/packages/xorg-app/bdftopcf-native_1.0.0.bb b/packages/xorg-app/bdftopcf-native_1.0.0.bb
index 8ab592b2b2..41049946e5 100644
--- a/packages/xorg-app/bdftopcf-native_1.0.0.bb
+++ b/packages/xorg-app/bdftopcf-native_1.0.0.bb
@@ -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
-