diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:25:22 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:25:22 +0100 |
commit | a0c9664330f3adbdbabe13d40b2fb2bb2e5a11ae (patch) | |
tree | eb87d40581fb65ad41233cf0cb7305142b14450c /xorg/xorg-font-isas-misc/Pkgfile | |
parent | 720a7a73286d0235e09aee500ce8ffd2ac21f538 (diff) | |
download | nutyx-extra-a0c9664330f3adbdbabe13d40b2fb2bb2e5a11ae.tar.gz nutyx-extra-a0c9664330f3adbdbabe13d40b2fb2bb2e5a11ae.tar.bz2 nutyx-extra-a0c9664330f3adbdbabe13d40b2fb2bb2e5a11ae.tar.xz nutyx-extra-a0c9664330f3adbdbabe13d40b2fb2bb2e5a11ae.zip |
Ajout de xorg-font-isas-misc#1.0.0-2
Diffstat (limited to 'xorg/xorg-font-isas-misc/Pkgfile')
-rw-r--r-- | xorg/xorg-font-isas-misc/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/xorg/xorg-font-isas-misc/Pkgfile b/xorg/xorg-font-isas-misc/Pkgfile new file mode 100644 index 000000000..f854d45d0 --- /dev/null +++ b/xorg/xorg-font-isas-misc/Pkgfile @@ -0,0 +1,20 @@ +# Description: xorg font font-isas-misc +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-mkfontdir, xorg-mkfontscale + +name=xorg-font-isas-misc +version=1.0.0 +release=2 +source=(http://xorg.freedesktop.org/releases/individual/font/font-isas-misc-$version.tar.bz2) + +build() { + cd font-isas-misc-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install + + rm -f $PKG/usr/lib/X11/fonts/misc/fonts.{dir,scale} +} |