From: Jose V Beneyto Date: Wed, 16 Dec 2009 23:35:06 +0000 (+0100) Subject: xorg-fontsproto: initial import (verified compilation) X-Git-Url: http://gitweb/?a=commitdiff_plain;h=0fedbb9a0e6647e8ce9abb042d45f93cc2d6fac6;p=attic%2Fports%2Fxorg-cross.git xorg-fontsproto: initial import (verified compilation) --- diff --git a/xorg-fontsproto/.footprint b/xorg-fontsproto/.footprint new file mode 100644 index 0000000..2d60782 --- /dev/null +++ b/xorg-fontsproto/.footprint @@ -0,0 +1,13 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/X11/ +drwxr-xr-x root/root usr/include/X11/fonts/ +-rw-r--r-- root/root usr/include/X11/fonts/FS.h +-rw-r--r-- root/root usr/include/X11/fonts/FSproto.h +-rw-r--r-- root/root usr/include/X11/fonts/font.h +-rw-r--r-- root/root usr/include/X11/fonts/fontproto.h +-rw-r--r-- root/root usr/include/X11/fonts/fontstruct.h +-rw-r--r-- root/root usr/include/X11/fonts/fsmasks.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/fontsproto.pc diff --git a/xorg-fontsproto/.md5sum b/xorg-fontsproto/.md5sum new file mode 100644 index 0000000..b0b34ce --- /dev/null +++ b/xorg-fontsproto/.md5sum @@ -0,0 +1 @@ +f3a857deadca3144fba041af1dbf7603 fontsproto-2.1.0.tar.bz2 diff --git a/xorg-fontsproto/Pkgfile b/xorg-fontsproto/Pkgfile new file mode 100644 index 0000000..1af783c --- /dev/null +++ b/xorg-fontsproto/Pkgfile @@ -0,0 +1,20 @@ +# 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 + +name=xorg-fontsproto +version=2.1.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/fontsproto-$version.tar.bz2) + +build() { + cd fontsproto-$version + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr + + make + make DESTDIR=$PKG install +}