From: Victor Martinez Date: Thu, 17 Dec 2009 15:08:16 +0000 (+0000) Subject: xorg-fontsproto: initial import (verified compilation) X-Git-Url: http://gitweb/?a=commitdiff_plain;ds=sidebyside;h=79234ee0a7b5cce7545f1d7b636e553770c44839;p=attic%2Fports%2Fxorg-cross.git xorg-fontsproto: initial import (verified compilation) --- 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 }