diff options
Diffstat (limited to 'xorg-bdftopcf')
-rw-r--r-- | xorg-bdftopcf/.footprint.i686 | 7 | ||||
-rw-r--r-- | xorg-bdftopcf/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | xorg-bdftopcf/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg-bdftopcf/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | xorg-bdftopcf/Pkgfile | 18 |
5 files changed, 34 insertions, 0 deletions
diff --git a/xorg-bdftopcf/.footprint.i686 b/xorg-bdftopcf/.footprint.i686 new file mode 100644 index 000000000..5b77557ff --- /dev/null +++ b/xorg-bdftopcf/.footprint.i686 @@ -0,0 +1,7 @@ +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/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/bdftopcf.1.gz diff --git a/xorg-bdftopcf/.footprint.x86_64 b/xorg-bdftopcf/.footprint.x86_64 new file mode 100644 index 000000000..5b77557ff --- /dev/null +++ b/xorg-bdftopcf/.footprint.x86_64 @@ -0,0 +1,7 @@ +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/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/bdftopcf.1.gz diff --git a/xorg-bdftopcf/.md5sum.i686 b/xorg-bdftopcf/.md5sum.i686 new file mode 100644 index 000000000..a6d4ba785 --- /dev/null +++ b/xorg-bdftopcf/.md5sum.i686 @@ -0,0 +1 @@ +4a7a4a848c43c42f7d499b60666434a4 bdftopcf-1.0.3.tar.bz2 diff --git a/xorg-bdftopcf/.md5sum.x86_64 b/xorg-bdftopcf/.md5sum.x86_64 new file mode 100644 index 000000000..a6d4ba785 --- /dev/null +++ b/xorg-bdftopcf/.md5sum.x86_64 @@ -0,0 +1 @@ +4a7a4a848c43c42f7d499b60666434a4 bdftopcf-1.0.3.tar.bz2 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 +} |