diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/freefont-ttf/.footprint.i686 | 16 | ||||
-rw-r--r-- | extra/freefont-ttf/.footprint.x86_64 | 16 | ||||
-rw-r--r-- | extra/freefont-ttf/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/freefont-ttf/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/freefont-ttf/Pkgfile | 19 |
5 files changed, 53 insertions, 0 deletions
diff --git a/extra/freefont-ttf/.footprint.i686 b/extra/freefont-ttf/.footprint.i686 new file mode 100644 index 000000000..38e965ff7 --- /dev/null +++ b/extra/freefont-ttf/.footprint.i686 @@ -0,0 +1,16 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/fonts/ +drwxr-xr-x root/root usr/share/fonts/TTF/ +-rw-r--r-- root/root usr/share/fonts/TTF/FreeMono.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/FreeMonoBold.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/FreeMonoBoldOblique.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/FreeMonoOblique.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/FreeSans.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/FreeSansBold.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/FreeSansBoldOblique.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/FreeSansOblique.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/FreeSerif.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/FreeSerifBold.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/FreeSerifBoldItalic.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/FreeSerifItalic.ttf diff --git a/extra/freefont-ttf/.footprint.x86_64 b/extra/freefont-ttf/.footprint.x86_64 new file mode 100644 index 000000000..38e965ff7 --- /dev/null +++ b/extra/freefont-ttf/.footprint.x86_64 @@ -0,0 +1,16 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/fonts/ +drwxr-xr-x root/root usr/share/fonts/TTF/ +-rw-r--r-- root/root usr/share/fonts/TTF/FreeMono.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/FreeMonoBold.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/FreeMonoBoldOblique.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/FreeMonoOblique.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/FreeSans.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/FreeSansBold.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/FreeSansBoldOblique.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/FreeSansOblique.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/FreeSerif.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/FreeSerifBold.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/FreeSerifBoldItalic.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/FreeSerifItalic.ttf diff --git a/extra/freefont-ttf/.md5sum.i686 b/extra/freefont-ttf/.md5sum.i686 new file mode 100644 index 000000000..708552a22 --- /dev/null +++ b/extra/freefont-ttf/.md5sum.i686 @@ -0,0 +1 @@ +33d96c755d0a6f585bc917f08cbddf66 freefont-ttf-20100919.tar.gz diff --git a/extra/freefont-ttf/.md5sum.x86_64 b/extra/freefont-ttf/.md5sum.x86_64 new file mode 100644 index 000000000..708552a22 --- /dev/null +++ b/extra/freefont-ttf/.md5sum.x86_64 @@ -0,0 +1 @@ +33d96c755d0a6f585bc917f08cbddf66 freefont-ttf-20100919.tar.gz diff --git a/extra/freefont-ttf/Pkgfile b/extra/freefont-ttf/Pkgfile new file mode 100644 index 000000000..1c161dcfc --- /dev/null +++ b/extra/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 + +} + |