diff options
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-scrnsaverproto/.footprint | 10 | ||||
-rw-r--r-- | xorg/xorg-scrnsaverproto/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-scrnsaverproto/Pkgfile | 17 |
3 files changed, 28 insertions, 0 deletions
diff --git a/xorg/xorg-scrnsaverproto/.footprint b/xorg/xorg-scrnsaverproto/.footprint new file mode 100644 index 000000000..474dd3a9b --- /dev/null +++ b/xorg/xorg-scrnsaverproto/.footprint @@ -0,0 +1,10 @@ +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 +-rw-r--r-- root/root usr/include/X11/extensions/scrnsaver.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/xorg-scrnsaverproto/.md5sum b/xorg/xorg-scrnsaverproto/.md5sum new file mode 100644 index 000000000..8a9216a50 --- /dev/null +++ b/xorg/xorg-scrnsaverproto/.md5sum @@ -0,0 +1 @@ +5d551850e6f4acdf49a13f4eb3a5bbfa scrnsaverproto-1.1.0.tar.bz2 diff --git a/xorg/xorg-scrnsaverproto/Pkgfile b/xorg/xorg-scrnsaverproto/Pkgfile new file mode 100644 index 000000000..0c573d2ca --- /dev/null +++ b/xorg/xorg-scrnsaverproto/Pkgfile @@ -0,0 +1,17 @@ +# Description: xorg proto scrnsaverproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=xorg-scrnsaverproto +version=1.1.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/scrnsaverproto-$version.tar.bz2) + +build() { + cd scrnsaverproto-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |