diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:00:25 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:00:25 +0100 |
commit | 24ba426ee9ad6043402fd6da744006e4d62fefbc (patch) | |
tree | 1a4562be84d6c8be029073d659e19b85bc6da979 /xorg | |
parent | 90e07d74d800d621fe6513c85e6ba527f5bdd14e (diff) | |
download | nutyx-extra-24ba426ee9ad6043402fd6da744006e4d62fefbc.tar.gz nutyx-extra-24ba426ee9ad6043402fd6da744006e4d62fefbc.tar.bz2 nutyx-extra-24ba426ee9ad6043402fd6da744006e4d62fefbc.tar.xz nutyx-extra-24ba426ee9ad6043402fd6da744006e4d62fefbc.zip |
maj xorg-bdftopcf#1.0.2-1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-bdftopcf/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-bdftopcf/Pkgfile | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/xorg/xorg-bdftopcf/.footprint b/xorg/xorg-bdftopcf/.footprint index f5d04e339..5b77557ff 100644 --- a/xorg/xorg-bdftopcf/.footprint +++ b/xorg/xorg-bdftopcf/.footprint @@ -1,6 +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/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/bdftopcf.1 +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/xorg-bdftopcf/Pkgfile b/xorg/xorg-bdftopcf/Pkgfile index de6d4f079..e2b4d85ba 100644 --- a/xorg/xorg-bdftopcf/Pkgfile +++ b/xorg/xorg-bdftopcf/Pkgfile @@ -1,6 +1,7 @@ # Description: BDF to PCF font file converter # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-libxfont name=xorg-bdftopcf @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/bdftopcf-$version.ta build() { cd bdftopcf-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |