summaryrefslogtreecommitdiffstats
path: root/extra/xorg-font-isas-misc/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:31:42 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:31:42 +0200
commit2bcab7b0101b8be7109073ea0791626b836c1e93 (patch)
treea061ac7f689457e1802301cde518e7b70ae9a269 /extra/xorg-font-isas-misc/Pkgfile
parenta0c5186a180ff398d65b9661e8559317143da1c4 (diff)
downloadnutyx-pakxe-2bcab7b0101b8be7109073ea0791626b836c1e93.tar.gz
nutyx-pakxe-2bcab7b0101b8be7109073ea0791626b836c1e93.tar.bz2
nutyx-pakxe-2bcab7b0101b8be7109073ea0791626b836c1e93.tar.xz
nutyx-pakxe-2bcab7b0101b8be7109073ea0791626b836c1e93.zip
xorg-font-isas-misc dans extra
Diffstat (limited to 'extra/xorg-font-isas-misc/Pkgfile')
-rw-r--r--extra/xorg-font-isas-misc/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/xorg-font-isas-misc/Pkgfile b/extra/xorg-font-isas-misc/Pkgfile
new file mode 100644
index 000000000..240b93331
--- /dev/null
+++ b/extra/xorg-font-isas-misc/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Polices Xorg font-isas-misc
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf
+# Run on:
+
+name=xorg-font-isas-misc
+version=1.0.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/font/font-isas-misc-$version.tar.bz2)
+
+build() {
+ cd font-isas-misc-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
+ rm -f $PKG/$XORG_PREFIX/share/fonts/X11/misc/fonts.{dir,scale}
+}