summaryrefslogtreecommitdiffstats
path: root/freefont-ttf/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'freefont-ttf/Pkgfile')
-rw-r--r--freefont-ttf/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/freefont-ttf/Pkgfile b/freefont-ttf/Pkgfile
new file mode 100644
index 000000000..1c161dcfc
--- /dev/null
+++ b/freefont-ttf/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Famille de police libre
+# URL: http://www.nongnu.org/freefont/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-server
+# Run on:
+
+name=freefont-ttf
+version=20100919
+release=1
+source=(http://ftp.gnu.org/gnu/freefont/$name-$version.tar.gz)
+
+build() {
+ cd freefont-$version
+ install -v -d -m755 $PKG/$XORG_PREFIX/share/fonts/TTF
+ install -v -m644 *.ttf $PKG/$XORG_PREFIX/share/fonts/TTF
+
+}
+