diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:33:05 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:33:05 +0100 |
commit | d8edbfac6f1763412598f16ead0d5d0d5e4ecf82 (patch) | |
tree | 094637dc7c9b30a3891c727e199736a3779cd3cf | |
parent | e16b9754d6d114dcea24f3c195661c314f73acba (diff) | |
download | nutyx-extra-d8edbfac6f1763412598f16ead0d5d0d5e4ecf82.tar.gz nutyx-extra-d8edbfac6f1763412598f16ead0d5d0d5e4ecf82.tar.bz2 nutyx-extra-d8edbfac6f1763412598f16ead0d5d0d5e4ecf82.tar.xz nutyx-extra-d8edbfac6f1763412598f16ead0d5d0d5e4ecf82.zip |
Ajout de xorg-fontsproto#2.0.2-1
-rw-r--r-- | xorg/xorg-fontsproto/.footprint | 13 | ||||
-rw-r--r-- | xorg/xorg-fontsproto/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-fontsproto/Pkgfile | 17 |
3 files changed, 31 insertions, 0 deletions
diff --git a/xorg/xorg-fontsproto/.footprint b/xorg/xorg-fontsproto/.footprint new file mode 100644 index 000000000..2d60782c1 --- /dev/null +++ b/xorg/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/xorg-fontsproto/.md5sum b/xorg/xorg-fontsproto/.md5sum new file mode 100644 index 000000000..08e50c0c9 --- /dev/null +++ b/xorg/xorg-fontsproto/.md5sum @@ -0,0 +1 @@ +c946f166107b016a21cc7a02e1132724 fontsproto-2.0.2.tar.bz2 diff --git a/xorg/xorg-fontsproto/Pkgfile b/xorg/xorg-fontsproto/Pkgfile new file mode 100644 index 000000000..3b745022c --- /dev/null +++ b/xorg/xorg-fontsproto/Pkgfile @@ -0,0 +1,17 @@ +# Description: xorg proto fontsproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=xorg-fontsproto +version=2.0.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/fontsproto-$version.tar.bz2) + +build() { + cd fontsproto-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |