diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-04-07 18:48:00 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-04-07 18:48:00 +0200 |
commit | fa19d4b3316ded8d2d5cf009059200741abcc8c5 (patch) | |
tree | 1e66d3e7d14f958d3881d21c5d3714f4b3775a09 /xorg-xtrans | |
download | xorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.gz xorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.xz |
initial import
Diffstat (limited to 'xorg-xtrans')
-rw-r--r-- | xorg-xtrans/.footprint | 20 | ||||
-rw-r--r-- | xorg-xtrans/.md5sum | 1 | ||||
-rw-r--r-- | xorg-xtrans/Pkgfile | 17 |
3 files changed, 38 insertions, 0 deletions
diff --git a/xorg-xtrans/.footprint b/xorg-xtrans/.footprint new file mode 100644 index 00000000..c6de4559 --- /dev/null +++ b/xorg-xtrans/.footprint @@ -0,0 +1,20 @@ +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/Xtransdnet.c +-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/Xtransos2.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/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/xtrans.m4 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xtrans.pc diff --git a/xorg-xtrans/.md5sum b/xorg-xtrans/.md5sum new file mode 100644 index 00000000..6ee1f378 --- /dev/null +++ b/xorg-xtrans/.md5sum @@ -0,0 +1 @@ +da1628280f945e8d48a4c2e80ee28873 xtrans-1.0.0.tar.bz2 diff --git a/xorg-xtrans/Pkgfile b/xorg-xtrans/Pkgfile new file mode 100644 index 00000000..9e833a9b --- /dev/null +++ b/xorg-xtrans/Pkgfile @@ -0,0 +1,17 @@ +# Description: xorg lib xtrans +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de + +name=xorg-xtrans +version=1.0.0 +release=1 +source=(http://xorg.freedesktop.org/releases/X11R7.0/src/everything/xtrans-$version.tar.bz2) + +build() { + cd xtrans-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |