summaryrefslogtreecommitdiffstats
path: root/xorg-bdftopcf/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-bdftopcf/Pkgfile')
-rw-r--r--xorg-bdftopcf/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg-bdftopcf/Pkgfile b/xorg-bdftopcf/Pkgfile
new file mode 100644
index 000000000..5b1f95668
--- /dev/null
+++ b/xorg-bdftopcf/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Convertisseur de fichiers de polices BDF vers PCF
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-libxfont
+# Run on: xorg-libxfont
+
+name=xorg-bdftopcf
+version=1.0.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/bdftopcf-$version.tar.bz2)
+
+build() {
+ cd bdftopcf-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
+}