From 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sat, 18 Dec 2010 23:16:03 +0100 Subject: Import automatique des recettes de Crux. (git://crux.nu/ports/xorg.git - branche 2.7) --- xorg-font-bh-ttf/.footprint | 17 +++++++++++++++++ xorg-font-bh-ttf/.md5sum | 1 + xorg-font-bh-ttf/Pkgfile | 18 ++++++++++++++++++ xorg-font-bh-ttf/Pkgfile.old | 20 ++++++++++++++++++++ xorg-font-bh-ttf/post-install | 5 +++++ 5 files changed, 61 insertions(+) create mode 100644 xorg-font-bh-ttf/.footprint create mode 100644 xorg-font-bh-ttf/.md5sum create mode 100644 xorg-font-bh-ttf/Pkgfile create mode 100644 xorg-font-bh-ttf/Pkgfile.old create mode 100755 xorg-font-bh-ttf/post-install (limited to 'xorg-font-bh-ttf') diff --git a/xorg-font-bh-ttf/.footprint b/xorg-font-bh-ttf/.footprint new file mode 100644 index 0000000..241758b --- /dev/null +++ b/xorg-font-bh-ttf/.footprint @@ -0,0 +1,17 @@ +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/X11/ +drwxr-xr-x root/root usr/share/fonts/X11/TTF/ +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luximb.ttf +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luximbi.ttf +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luximr.ttf +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luximri.ttf +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luxirb.ttf +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luxirbi.ttf +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luxirr.ttf +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luxirri.ttf +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luxisb.ttf +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luxisbi.ttf +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luxisr.ttf +-rw-r--r-- root/root usr/share/fonts/X11/TTF/luxisri.ttf diff --git a/xorg-font-bh-ttf/.md5sum b/xorg-font-bh-ttf/.md5sum new file mode 100644 index 0000000..53c6cc5 --- /dev/null +++ b/xorg-font-bh-ttf/.md5sum @@ -0,0 +1 @@ +664df71cb510b744b4a10e778445c37b font-bh-ttf-1.0.1.tar.bz2 diff --git a/xorg-font-bh-ttf/Pkgfile b/xorg-font-bh-ttf/Pkgfile new file mode 100644 index 0000000..7b1e8b4 --- /dev/null +++ b/xorg-font-bh-ttf/Pkgfile @@ -0,0 +1,18 @@ +description="xorg font font-bh-ttf" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=(xorg-mkfontdir xorg-mkfontscale fontconfig) + +name=xorg-font-bh-ttf +version=1.0.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/font/font-bh-ttf-1.0.1.tar.bz2) +build () +{ + cd font-bh-ttf-$version; + ./configure --prefix=/usr; + make; + make DESTDIR=$PKG install; + rm $PKG/usr/share/fonts/X11/TTF/fonts.{dir,scale} +} diff --git a/xorg-font-bh-ttf/Pkgfile.old b/xorg-font-bh-ttf/Pkgfile.old new file mode 100644 index 0000000..bfa1b98 --- /dev/null +++ b/xorg-font-bh-ttf/Pkgfile.old @@ -0,0 +1,20 @@ +# Description: xorg font font-bh-ttf +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig + +name=xorg-font-bh-ttf +version=1.0.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/font/font-bh-ttf-$version.tar.bz2) + +build() { + cd font-bh-ttf-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install + + rm $PKG/usr/share/fonts/X11/TTF/fonts.{dir,scale} +} diff --git a/xorg-font-bh-ttf/post-install b/xorg-font-bh-ttf/post-install new file mode 100755 index 0000000..8d846ab --- /dev/null +++ b/xorg-font-bh-ttf/post-install @@ -0,0 +1,5 @@ +#!/bin/sh + +mkfontdir /usr/share/fonts/X11/TTF +mkfontscale /usr/share/fonts/X11/TTF +fc-cache -- cgit v1.2.3-54-g00ecf