From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- freefont-ttf/.footprint.i686 | 16 ++++++++++++++++ freefont-ttf/.footprint.x86_64 | 16 ++++++++++++++++ freefont-ttf/.md5sum.i686 | 1 + freefont-ttf/.md5sum.x86_64 | 1 + freefont-ttf/Pkgfile | 19 +++++++++++++++++++ 5 files changed, 53 insertions(+) create mode 100644 freefont-ttf/.footprint.i686 create mode 100644 freefont-ttf/.footprint.x86_64 create mode 100644 freefont-ttf/.md5sum.i686 create mode 100644 freefont-ttf/.md5sum.x86_64 create mode 100644 freefont-ttf/Pkgfile (limited to 'freefont-ttf') diff --git a/freefont-ttf/.footprint.i686 b/freefont-ttf/.footprint.i686 new file mode 100644 index 000000000..38e965ff7 --- /dev/null +++ b/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/freefont-ttf/.footprint.x86_64 b/freefont-ttf/.footprint.x86_64 new file mode 100644 index 000000000..38e965ff7 --- /dev/null +++ b/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/freefont-ttf/.md5sum.i686 b/freefont-ttf/.md5sum.i686 new file mode 100644 index 000000000..708552a22 --- /dev/null +++ b/freefont-ttf/.md5sum.i686 @@ -0,0 +1 @@ +33d96c755d0a6f585bc917f08cbddf66 freefont-ttf-20100919.tar.gz diff --git a/freefont-ttf/.md5sum.x86_64 b/freefont-ttf/.md5sum.x86_64 new file mode 100644 index 000000000..708552a22 --- /dev/null +++ b/freefont-ttf/.md5sum.x86_64 @@ -0,0 +1 @@ +33d96c755d0a6f585bc917f08cbddf66 freefont-ttf-20100919.tar.gz 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 + +} + -- cgit v1.2.3-54-g00ecf