summaryrefslogtreecommitdiffstats
path: root/extra/msttcorefonts/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/msttcorefonts/Pkgfile')
-rwxr-xr-xextra/msttcorefonts/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/msttcorefonts/Pkgfile b/extra/msttcorefonts/Pkgfile
new file mode 100755
index 000000000..ae95c8540
--- /dev/null
+++ b/extra/msttcorefonts/Pkgfile
@@ -0,0 +1,19 @@
+# $Id: build,v 1.2 2008/08/13 10:03:53 install Exp $
+# Description: Police de caract�res suppl�mentaires
+# URL: http://thelinuxbox.org/
+# Maintainer: Linux From Scratch
+# Packager: Thierry Nuttens, thierryn1 at hispeed dot ch
+# Depends on:
+
+name=msttcorefonts
+version=20100112
+release=1
+group=travail
+source=( http://thelinuxbox.org/downloads/fonts/$name.tar.gz)
+
+build() {
+ cd $name
+ mkdir -p $PKG/usr/lib/X11/fonts/TTF
+ mv * $PKG/usr/lib/X11/fonts/TTF
+}
+