diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:33:44 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:33:44 +0200 |
commit | 903481e0eb933ff7e562eb34d4f14ceb9b8767ae (patch) | |
tree | 4f024ee829273c3474bd43aa87f5f1dd16d8e7b3 /extra/xorg-font-misc-misc/Pkgfile | |
parent | cf5f696fb5260e2b557c458a3eb4ba062094cf27 (diff) | |
download | nutyx-extra-903481e0eb933ff7e562eb34d4f14ceb9b8767ae.tar.gz nutyx-extra-903481e0eb933ff7e562eb34d4f14ceb9b8767ae.tar.bz2 nutyx-extra-903481e0eb933ff7e562eb34d4f14ceb9b8767ae.tar.xz nutyx-extra-903481e0eb933ff7e562eb34d4f14ceb9b8767ae.zip |
xorg-font-misc-misc dans extra
Diffstat (limited to 'extra/xorg-font-misc-misc/Pkgfile')
-rw-r--r-- | extra/xorg-font-misc-misc/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/xorg-font-misc-misc/Pkgfile b/extra/xorg-font-misc-misc/Pkgfile new file mode 100644 index 000000000..a8107eba6 --- /dev/null +++ b/extra/xorg-font-misc-misc/Pkgfile @@ -0,0 +1,19 @@ +# Description: Polices Xorg font-misc-misc +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-font-util, xorg-bdftopcf, xorg-mkfontdir, xorg-mkfontscale +# Run on: xorg-font-util,xorg-bdftopcf,xorg-mkfontdir,xorg-mkfontscale + +name=xorg-font-misc-misc +version=1.1.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/font/font-misc-misc-$version.tar.bz2) + +build() { + cd font-misc-misc-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install + rm -f $PKG/$XORG_PREFIX/share/fonts/X11/misc/fonts.{dir,scale} +} |