From: Jose V Beneyto Date: Thu, 17 Dec 2009 00:00:22 +0000 (+0100) Subject: xorg-scrnsaverproto: initial import (verified compilation) X-Git-Url: http://gitweb/?a=commitdiff_plain;h=6af259e68fd4fd372ac4c9dd06580e0134bb0192;p=attic%2Fports%2Fxorg-cross.git xorg-scrnsaverproto: initial import (verified compilation) --- diff --git a/xorg-scrnsaverproto/.footprint b/xorg-scrnsaverproto/.footprint new file mode 100644 index 0000000..25e20d5 --- /dev/null +++ b/xorg-scrnsaverproto/.footprint @@ -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 index 0000000..91a3693 --- /dev/null +++ b/xorg-scrnsaverproto/.md5sum @@ -0,0 +1 @@ +9040c991a56ee9b5976936f8c65d5c8a scrnsaverproto-1.2.0.tar.bz2 diff --git a/xorg-scrnsaverproto/Pkgfile b/xorg-scrnsaverproto/Pkgfile new file mode 100644 index 0000000..51051b2 --- /dev/null +++ b/xorg-scrnsaverproto/Pkgfile @@ -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 +}