diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:40:11 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:40:11 +0100 |
commit | 5eb49f3a19f5678ce4ef5ee5b608cd9c6a24b309 (patch) | |
tree | 7c4d8ec1586d6dc3d39049905e31a183f4b28cdb /xorg | |
parent | 8a32f229194bb5fe0b4a5a78cdb4e9b7740f874d (diff) | |
download | nutyx-extra-5eb49f3a19f5678ce4ef5ee5b608cd9c6a24b309.tar.gz nutyx-extra-5eb49f3a19f5678ce4ef5ee5b608cd9c6a24b309.tar.bz2 nutyx-extra-5eb49f3a19f5678ce4ef5ee5b608cd9c6a24b309.tar.xz nutyx-extra-5eb49f3a19f5678ce4ef5ee5b608cd9c6a24b309.zip |
Ajout de xorg-libsm#1.1.0-1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-libsm/.footprint | 15 | ||||
-rw-r--r-- | xorg/xorg-libsm/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-libsm/Pkgfile | 18 |
3 files changed, 34 insertions, 0 deletions
diff --git a/xorg/xorg-libsm/.footprint b/xorg/xorg-libsm/.footprint new file mode 100644 index 000000000..c3b6b1708 --- /dev/null +++ b/xorg/xorg-libsm/.footprint @@ -0,0 +1,15 @@ +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/SM/ +-rw-r--r-- root/root usr/include/X11/SM/SM.h +-rw-r--r-- root/root usr/include/X11/SM/SMlib.h +-rw-r--r-- root/root usr/include/X11/SM/SMproto.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libSM.a +-rwxr-xr-x root/root usr/lib/libSM.la +lrwxrwxrwx root/root usr/lib/libSM.so -> libSM.so.6.0.0 +lrwxrwxrwx root/root usr/lib/libSM.so.6 -> libSM.so.6.0.0 +-rwxr-xr-x root/root usr/lib/libSM.so.6.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/sm.pc diff --git a/xorg/xorg-libsm/.md5sum b/xorg/xorg-libsm/.md5sum new file mode 100644 index 000000000..431337804 --- /dev/null +++ b/xorg/xorg-libsm/.md5sum @@ -0,0 +1 @@ +05a04c2b6382fb0054f6c70494e22733 libSM-1.1.0.tar.bz2 diff --git a/xorg/xorg-libsm/Pkgfile b/xorg/xorg-libsm/Pkgfile new file mode 100644 index 000000000..4998abc58 --- /dev/null +++ b/xorg/xorg-libsm/Pkgfile @@ -0,0 +1,18 @@ +# Description: X Session Management client library +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-libice, xorg-xproto, xorg-xtrans + +name=xorg-libsm +version=1.1.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/lib/libSM-$version.tar.bz2) + +build() { + cd libSM-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |