CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-scrnsaverproto: initial import (verified compilation)
authorJose V Beneyto <sepen@crux.nu>
Thu, 17 Dec 2009 00:00:22 +0000 (01:00 +0100)
committerJose V Beneyto <sepen@crux.nu>
Thu, 17 Dec 2009 00:00:22 +0000 (01:00 +0100)
xorg-scrnsaverproto/.footprint [new file with mode: 0644]
xorg-scrnsaverproto/.md5sum [new file with mode: 0644]
xorg-scrnsaverproto/Pkgfile [new file with mode: 0644]

diff --git a/xorg-scrnsaverproto/.footprint b/xorg-scrnsaverproto/.footprint
new file mode 100644 (file)
index 0000000..25e20d5
--- /dev/null
@@ -0,0 +1,9 @@
+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/extensions/
+-rw-r--r--     root/root       usr/include/X11/extensions/saver.h
+-rw-r--r--     root/root       usr/include/X11/extensions/saverproto.h
+drwxr-xr-x     root/root       usr/lib/
+drwxr-xr-x     root/root       usr/lib/pkgconfig/
+-rw-r--r--     root/root       usr/lib/pkgconfig/scrnsaverproto.pc
diff --git a/xorg-scrnsaverproto/.md5sum b/xorg-scrnsaverproto/.md5sum
new file mode 100644 (file)
index 0000000..91a3693
--- /dev/null
@@ -0,0 +1 @@
+9040c991a56ee9b5976936f8c65d5c8a  scrnsaverproto-1.2.0.tar.bz2
diff --git a/xorg-scrnsaverproto/Pkgfile b/xorg-scrnsaverproto/Pkgfile
new file mode 100644 (file)
index 0000000..51051b2
--- /dev/null
@@ -0,0 +1,21 @@
+# Description: xorg proto scrnsaverproto
+# 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
+# Depends on:
+
+name=xorg-scrnsaverproto
+version=1.2.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/scrnsaverproto-$version.tar.bz2)
+
+build() {
+  cd scrnsaverproto-$version
+
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr
+
+  make
+  make DESTDIR=$PKG install
+}