summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-bdftopcf
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 20:51:10 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 20:51:10 +0100
commit8517d4e39a05a6e5be88b5fafc919bdb4e923b5f (patch)
tree0566a15b45d44696403906d2561839ceea73e07e /xorg/xorg-bdftopcf
parenta18dddb24dae1033ee3b88ef73da0b8b8f5a83d9 (diff)
downloadnutyx-pakxe-8517d4e39a05a6e5be88b5fafc919bdb4e923b5f.tar.gz
nutyx-pakxe-8517d4e39a05a6e5be88b5fafc919bdb4e923b5f.tar.bz2
nutyx-pakxe-8517d4e39a05a6e5be88b5fafc919bdb4e923b5f.tar.xz
nutyx-pakxe-8517d4e39a05a6e5be88b5fafc919bdb4e923b5f.zip
Ajout de xorg-bdftopcf#1.0.1-1
Diffstat (limited to 'xorg/xorg-bdftopcf')
-rw-r--r--xorg/xorg-bdftopcf/.footprint6
-rw-r--r--xorg/xorg-bdftopcf/.md5sum1
-rw-r--r--xorg/xorg-bdftopcf/Pkgfile18
3 files changed, 25 insertions, 0 deletions
diff --git a/xorg/xorg-bdftopcf/.footprint b/xorg/xorg-bdftopcf/.footprint
new file mode 100644
index 000000000..0456b4cd1
--- /dev/null
+++ b/xorg/xorg-bdftopcf/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/bdftopcf
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/bdftopcf.1.gz
diff --git a/xorg/xorg-bdftopcf/.md5sum b/xorg/xorg-bdftopcf/.md5sum
new file mode 100644
index 000000000..ecf924b14
--- /dev/null
+++ b/xorg/xorg-bdftopcf/.md5sum
@@ -0,0 +1 @@
+9685fab33d39954ab8a0d22e0969d5a4 bdftopcf-1.0.1.tar.bz2
diff --git a/xorg/xorg-bdftopcf/Pkgfile b/xorg/xorg-bdftopcf/Pkgfile
new file mode 100644
index 000000000..4d793f37b
--- /dev/null
+++ b/xorg/xorg-bdftopcf/Pkgfile
@@ -0,0 +1,18 @@
+# Description: BDF to PCF font file converter
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libxfont
+
+name=xorg-bdftopcf
+version=1.0.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/bdftopcf-$version.tar.bz2)
+
+build() {
+ cd bdftopcf-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}