summaryrefslogtreecommitdiffstats
path: root/xorg-bdftopcf
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-18 23:16:03 +0100
committerLukc <lukc@upyum.com>2010-12-18 23:16:03 +0100
commit1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 (patch)
tree5b5f63901a4d7337f2abea8c90daae0330c93a0b /xorg-bdftopcf
downloadxorg-master.tar.gz
xorg-master.tar.bz2
xorg-master.tar.xz
xorg-master.zip
Import automatique des recettes de Crux. (git://crux.nu/ports/xorg.git - branche 2.7)HEADmaster
Diffstat (limited to 'xorg-bdftopcf')
-rw-r--r--xorg-bdftopcf/.footprint6
-rw-r--r--xorg-bdftopcf/.md5sum1
-rw-r--r--xorg-bdftopcf/Pkgfile17
-rw-r--r--xorg-bdftopcf/Pkgfile.old18
4 files changed, 42 insertions, 0 deletions
diff --git a/xorg-bdftopcf/.footprint b/xorg-bdftopcf/.footprint
new file mode 100644
index 0000000..0456b4c
--- /dev/null
+++ b/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-bdftopcf/.md5sum b/xorg-bdftopcf/.md5sum
new file mode 100644
index 0000000..562bd50
--- /dev/null
+++ b/xorg-bdftopcf/.md5sum
@@ -0,0 +1 @@
+148f20d28caaa69bbe7dcca7c2674fb6 bdftopcf-1.0.2.tar.bz2
diff --git a/xorg-bdftopcf/Pkgfile b/xorg-bdftopcf/Pkgfile
new file mode 100644
index 0000000..b9b24a1
--- /dev/null
+++ b/xorg-bdftopcf/Pkgfile
@@ -0,0 +1,17 @@
+description="BDF to PCF font file converter"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=(xorg-libxfont)
+
+name=xorg-bdftopcf
+version=1.0.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/bdftopcf-1.0.2.tar.bz2)
+build ()
+{
+ cd bdftopcf-$version;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install
+}
diff --git a/xorg-bdftopcf/Pkgfile.old b/xorg-bdftopcf/Pkgfile.old
new file mode 100644
index 0000000..de6d4f0
--- /dev/null
+++ b/xorg-bdftopcf/Pkgfile.old
@@ -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.2
+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
+}