diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 23:08:41 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 23:08:41 +0100 |
commit | 49a933874fde312f9e3aefbc58771cb4bb17dee9 (patch) | |
tree | 00311140130dfeb73296bf7f49ae99bb3d4ca385 /xorg | |
parent | 68d85945e1f9a3d0f73871ba81728203a2d999a8 (diff) | |
download | nutyx-pakxe-49a933874fde312f9e3aefbc58771cb4bb17dee9.tar.gz nutyx-pakxe-49a933874fde312f9e3aefbc58771cb4bb17dee9.tar.bz2 nutyx-pakxe-49a933874fde312f9e3aefbc58771cb4bb17dee9.tar.xz nutyx-pakxe-49a933874fde312f9e3aefbc58771cb4bb17dee9.zip |
Ajout de xorg-xtrans#1.2.4-1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xtrans/.footprint | 18 | ||||
-rw-r--r-- | xorg/xorg-xtrans/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-xtrans/Pkgfile | 17 |
3 files changed, 36 insertions, 0 deletions
diff --git a/xorg/xorg-xtrans/.footprint b/xorg/xorg-xtrans/.footprint new file mode 100644 index 000000000..199e57b1e --- /dev/null +++ b/xorg/xorg-xtrans/.footprint @@ -0,0 +1,18 @@ +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/Xtrans/ +-rw-r--r-- root/root usr/include/X11/Xtrans/Xtrans.c +-rw-r--r-- root/root usr/include/X11/Xtrans/Xtrans.h +-rw-r--r-- root/root usr/include/X11/Xtrans/Xtransint.h +-rw-r--r-- root/root usr/include/X11/Xtrans/Xtranslcl.c +-rw-r--r-- root/root usr/include/X11/Xtrans/Xtranssock.c +-rw-r--r-- root/root usr/include/X11/Xtrans/Xtranstli.c +-rw-r--r-- root/root usr/include/X11/Xtrans/Xtransutil.c +-rw-r--r-- root/root usr/include/X11/Xtrans/transport.c +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xtrans.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/xtrans.m4 diff --git a/xorg/xorg-xtrans/.md5sum b/xorg/xorg-xtrans/.md5sum new file mode 100644 index 000000000..a7bce1007 --- /dev/null +++ b/xorg/xorg-xtrans/.md5sum @@ -0,0 +1 @@ +b3b57e78dc06885e79f8393a83619715 xtrans-1.2.4.tar.bz2 diff --git a/xorg/xorg-xtrans/Pkgfile b/xorg/xorg-xtrans/Pkgfile new file mode 100644 index 000000000..d80c2a431 --- /dev/null +++ b/xorg/xorg-xtrans/Pkgfile @@ -0,0 +1,17 @@ +# Description: xorg lib xtrans +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=xorg-xtrans +version=1.2.4 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/lib/xtrans-$version.tar.bz2) + +build() { + cd xtrans-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |