CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-xrandr: initial import (verified compilation)
authorJose V Beneyto <sepen@crux.nu>
Wed, 20 Jan 2010 07:36:15 +0000 (08:36 +0100)
committerJose V Beneyto <sepen@crux.nu>
Wed, 20 Jan 2010 07:36:15 +0000 (08:36 +0100)
xorg-xrandr/.footprint [new file with mode: 0644]
xorg-xrandr/.md5sum [new file with mode: 0644]
xorg-xrandr/Pkgfile [new file with mode: 0644]

diff --git a/xorg-xrandr/.footprint b/xorg-xrandr/.footprint
new file mode 100644 (file)
index 0000000..762a5bc
--- /dev/null
@@ -0,0 +1,7 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/bin/
+-rwxr-xr-x     root/root       usr/bin/xkeystone
+-rwxr-xr-x     root/root       usr/bin/xrandr
+drwxr-xr-x     root/root       usr/man/
+drwxr-xr-x     root/root       usr/man/man1/
+-rw-r--r--     root/root       usr/man/man1/xrandr.1.gz
diff --git a/xorg-xrandr/.md5sum b/xorg-xrandr/.md5sum
new file mode 100644 (file)
index 0000000..afc7364
--- /dev/null
@@ -0,0 +1 @@
+2cb19bb1c19ccf77c40032b03dbe06f0  xrandr-1.3.2.tar.bz2
diff --git a/xorg-xrandr/Pkgfile b/xorg-xrandr/Pkgfile
new file mode 100644 (file)
index 0000000..c390c0b
--- /dev/null
@@ -0,0 +1,25 @@
+# Description: Resize and rotate utility for X
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Depends on: xorg-libxrandr
+
+name=xorg-xrandr
+version=1.3.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xrandr-$version.tar.bz2)
+
+build() {
+  cd xrandr-$version
+
+  export XRANDR_LIBS="-L$CLFS/usr/lib -lXrandr -lXrender -lX11"
+  export XRANDR_CFLAGS="-I$CLFS/usr/include"
+
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr \
+              --mandir=/usr/man
+
+  make
+  make DESTDIR=$PKG install
+}