diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:44:11 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:44:11 +0100 |
commit | 77f5364aca770ee3b05e46b6c72374999af08dfc (patch) | |
tree | cbc7a7bd017665f1bebeb112dded15817c9b5edd /xorg/xorg-font-mutt-misc/Pkgfile | |
parent | 50d93c3dc048cc31619f8b801fb485ae9236227a (diff) | |
download | nutyx-pakxe-77f5364aca770ee3b05e46b6c72374999af08dfc.tar.gz nutyx-pakxe-77f5364aca770ee3b05e46b6c72374999af08dfc.tar.bz2 nutyx-pakxe-77f5364aca770ee3b05e46b6c72374999af08dfc.tar.xz nutyx-pakxe-77f5364aca770ee3b05e46b6c72374999af08dfc.zip |
xorg-font-mutt-misc, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-mutt-misc/Pkgfile')
-rw-r--r-- | xorg/xorg-font-mutt-misc/Pkgfile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/xorg/xorg-font-mutt-misc/Pkgfile b/xorg/xorg-font-mutt-misc/Pkgfile index 19dc8b7bd..e3ac4a5e1 100644 --- a/xorg/xorg-font-mutt-misc/Pkgfile +++ b/xorg/xorg-font-mutt-misc/Pkgfile @@ -1,22 +1,19 @@ -# Description: xorg font font-mutt-misc +# Description: Polices Xorg font-mutt-misc # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu -# Packager: tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-mkfontdir, xorg-mkfontscale # Run on: xorg-mkfontdir,xorg-mkfontscale name=xorg-font-mutt-misc -version=1.0.0 -release=2 +version=1.0.3 +release=1 source=(http://xorg.freedesktop.org/releases/individual/font/font-mutt-misc-$version.tar.bz2) build() { cd font-mutt-misc-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install - - rm -f $PKG/usr/lib/X11/fonts/misc/fonts.{dir,scale} + rm -f $PKG/$XORG_PREFIX/share/fonts/X11/misc/fonts.{dir,scale} } |