diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:43 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:43 +0200 |
commit | fb834569119f970ce718b3248c3e6d346b80fb0b (patch) | |
tree | fc9e3adde1b65860ee44d311beadb5e96ce6e04c /extra | |
parent | 3616c28d4cd82eccfb68feff060668b8e4ccbd66 (diff) | |
download | nutyx-extra-fb834569119f970ce718b3248c3e6d346b80fb0b.tar.gz nutyx-extra-fb834569119f970ce718b3248c3e6d346b80fb0b.tar.bz2 nutyx-extra-fb834569119f970ce718b3248c3e6d346b80fb0b.tar.xz nutyx-extra-fb834569119f970ce718b3248c3e6d346b80fb0b.zip |
xorg-xclock dans extra
Diffstat (limited to 'extra')
-rw-r--r-- | extra/xorg-xclock/.footprint.i686 | 11 | ||||
-rw-r--r-- | extra/xorg-xclock/.footprint.x86_64 | 11 | ||||
-rw-r--r-- | extra/xorg-xclock/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/xorg-xclock/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | extra/xorg-xclock/Pkgfile | 20 |
5 files changed, 44 insertions, 0 deletions
diff --git a/extra/xorg-xclock/.footprint.i686 b/extra/xorg-xclock/.footprint.i686 new file mode 100644 index 000000000..098a4451e --- /dev/null +++ b/extra/xorg-xclock/.footprint.i686 @@ -0,0 +1,11 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/xclock +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/X11/ +drwxr-xr-x root/root usr/share/X11/app-defaults/ +-rw-r--r-- root/root usr/share/X11/app-defaults/XClock +-rw-r--r-- root/root usr/share/X11/app-defaults/XClock-color +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/xclock.1.gz diff --git a/extra/xorg-xclock/.footprint.x86_64 b/extra/xorg-xclock/.footprint.x86_64 new file mode 100644 index 000000000..098a4451e --- /dev/null +++ b/extra/xorg-xclock/.footprint.x86_64 @@ -0,0 +1,11 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/xclock +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/X11/ +drwxr-xr-x root/root usr/share/X11/app-defaults/ +-rw-r--r-- root/root usr/share/X11/app-defaults/XClock +-rw-r--r-- root/root usr/share/X11/app-defaults/XClock-color +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/xclock.1.gz diff --git a/extra/xorg-xclock/.md5sum.i686 b/extra/xorg-xclock/.md5sum.i686 new file mode 100644 index 000000000..13a3e2bad --- /dev/null +++ b/extra/xorg-xclock/.md5sum.i686 @@ -0,0 +1 @@ +eaf124bbc9d13e1a12a29faaa2ed3612 xclock-1.0.5.tar.bz2 diff --git a/extra/xorg-xclock/.md5sum.x86_64 b/extra/xorg-xclock/.md5sum.x86_64 new file mode 100644 index 000000000..13a3e2bad --- /dev/null +++ b/extra/xorg-xclock/.md5sum.x86_64 @@ -0,0 +1 @@ +eaf124bbc9d13e1a12a29faaa2ed3612 xclock-1.0.5.tar.bz2 diff --git a/extra/xorg-xclock/Pkgfile b/extra/xorg-xclock/Pkgfile new file mode 100755 index 000000000..c06460fef --- /dev/null +++ b/extra/xorg-xclock/Pkgfile @@ -0,0 +1,20 @@ +# Description: Application X +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-server +# Run on: + +name=xorg-xclock +version=1.0.5 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xclock-$version.tar.bz2) + + + +build() { + cd xclock-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install +} |