diff options
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xclock/.footprint.i686 | 11 | ||||
-rw-r--r-- | xorg/xorg-xclock/.footprint.x86_64 | 11 | ||||
-rw-r--r-- | xorg/xorg-xclock/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg/xorg-xclock/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | xorg/xorg-xclock/Pkgfile | 20 |
5 files changed, 0 insertions, 44 deletions
diff --git a/xorg/xorg-xclock/.footprint.i686 b/xorg/xorg-xclock/.footprint.i686 deleted file mode 100644 index 098a4451e..000000000 --- a/xorg/xorg-xclock/.footprint.i686 +++ /dev/null @@ -1,11 +0,0 @@ -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/xorg/xorg-xclock/.footprint.x86_64 b/xorg/xorg-xclock/.footprint.x86_64 deleted file mode 100644 index 098a4451e..000000000 --- a/xorg/xorg-xclock/.footprint.x86_64 +++ /dev/null @@ -1,11 +0,0 @@ -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/xorg/xorg-xclock/.md5sum.i686 b/xorg/xorg-xclock/.md5sum.i686 deleted file mode 100644 index 13a3e2bad..000000000 --- a/xorg/xorg-xclock/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -eaf124bbc9d13e1a12a29faaa2ed3612 xclock-1.0.5.tar.bz2 diff --git a/xorg/xorg-xclock/.md5sum.x86_64 b/xorg/xorg-xclock/.md5sum.x86_64 deleted file mode 100644 index 13a3e2bad..000000000 --- a/xorg/xorg-xclock/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -eaf124bbc9d13e1a12a29faaa2ed3612 xclock-1.0.5.tar.bz2 diff --git a/xorg/xorg-xclock/Pkgfile b/xorg/xorg-xclock/Pkgfile deleted file mode 100755 index c06460fef..000000000 --- a/xorg/xorg-xclock/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# 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 -} |