summaryrefslogtreecommitdiffstats
path: root/xorg-font-isas-misc/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot org>2012-04-03 18:01:11 +0200
committertnut <tnut at nutyx dot org>2012-04-03 18:01:11 +0200
commit55ba00459776d78ef447c3c022fd2d5185b1c9ce (patch)
tree76d0c7299dffa0de9c8b726545b0a94673deb0d8 /xorg-font-isas-misc/Pkgfile
parentcd99c50dcdba009792602bada286d9422dbdcee7 (diff)
downloadnutyx-pakxe-55ba00459776d78ef447c3c022fd2d5185b1c9ce.tar.gz
nutyx-pakxe-55ba00459776d78ef447c3c022fd2d5185b1c9ce.tar.bz2
nutyx-pakxe-55ba00459776d78ef447c3c022fd2d5185b1c9ce.tar.xz
nutyx-pakxe-55ba00459776d78ef447c3c022fd2d5185b1c9ce.zip
ajout de xorg
Diffstat (limited to 'xorg-font-isas-misc/Pkgfile')
-rw-r--r--xorg-font-isas-misc/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/xorg-font-isas-misc/Pkgfile b/xorg-font-isas-misc/Pkgfile
new file mode 100644
index 000000000..240b93331
--- /dev/null
+++ b/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}
+}