From 79234ee0a7b5cce7545f1d7b636e553770c44839 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 17 Dec 2009 15:08:16 +0000 Subject: [PATCH] xorg-fontsproto: initial import (verified compilation) --- xorg-fontsproto/Pkgfile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/xorg-fontsproto/Pkgfile b/xorg-fontsproto/Pkgfile index 1af783c..8f139ee 100644 --- a/xorg-fontsproto/Pkgfile +++ b/xorg-fontsproto/Pkgfile @@ -1,7 +1,8 @@ # Description: xorg proto fontsproto # URL: http://xorg.freedesktop.org # Maintainer: Tilman Sauerbeck, tilman at crux dot nu -# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dyndns dot org +# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Depends on: name=xorg-fontsproto version=2.1.0 @@ -9,12 +10,12 @@ release=1 source=(http://xorg.freedesktop.org/releases/individual/proto/fontsproto-$version.tar.bz2) build() { - cd fontsproto-$version + cd fontsproto-$version - ./configure --build=$CHOST \ + ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr - make - make DESTDIR=$PKG install + make + make DESTDIR=$PKG install } -- 2.26.2