diff options
Diffstat (limited to 'acompiler/xorg-xf86-video-rendition')
-rw-r--r-- | acompiler/xorg-xf86-video-rendition/.footprint.i686 | 13 | ||||
-rw-r--r-- | acompiler/xorg-xf86-video-rendition/.footprint.x86_64 | 13 | ||||
-rw-r--r-- | acompiler/xorg-xf86-video-rendition/.md5sum.i686 | 1 | ||||
-rw-r--r-- | acompiler/xorg-xf86-video-rendition/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | acompiler/xorg-xf86-video-rendition/.nostrip | 2 | ||||
-rw-r--r-- | acompiler/xorg-xf86-video-rendition/Pkgfile | 19 |
6 files changed, 0 insertions, 49 deletions
diff --git a/acompiler/xorg-xf86-video-rendition/.footprint.i686 b/acompiler/xorg-xf86-video-rendition/.footprint.i686 deleted file mode 100644 index 24c27f0a0..000000000 --- a/acompiler/xorg-xf86-video-rendition/.footprint.i686 +++ /dev/null @@ -1,13 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/xorg/ -drwxr-xr-x root/root usr/lib/xorg/modules/ -drwxr-xr-x root/root usr/lib/xorg/modules/drivers/ --rwxr-xr-x root/root usr/lib/xorg/modules/drivers/rendition_drv.la --rwxr-xr-x root/root usr/lib/xorg/modules/drivers/rendition_drv.so --rw-r--r-- root/root usr/lib/xorg/modules/v10002d.uc --rw-r--r-- root/root usr/lib/xorg/modules/v20002d.uc -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man4/ --rw-r--r-- root/root usr/share/man/man4/rendition.4.gz diff --git a/acompiler/xorg-xf86-video-rendition/.footprint.x86_64 b/acompiler/xorg-xf86-video-rendition/.footprint.x86_64 deleted file mode 100644 index 24c27f0a0..000000000 --- a/acompiler/xorg-xf86-video-rendition/.footprint.x86_64 +++ /dev/null @@ -1,13 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/xorg/ -drwxr-xr-x root/root usr/lib/xorg/modules/ -drwxr-xr-x root/root usr/lib/xorg/modules/drivers/ --rwxr-xr-x root/root usr/lib/xorg/modules/drivers/rendition_drv.la --rwxr-xr-x root/root usr/lib/xorg/modules/drivers/rendition_drv.so --rw-r--r-- root/root usr/lib/xorg/modules/v10002d.uc --rw-r--r-- root/root usr/lib/xorg/modules/v20002d.uc -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man4/ --rw-r--r-- root/root usr/share/man/man4/rendition.4.gz diff --git a/acompiler/xorg-xf86-video-rendition/.md5sum.i686 b/acompiler/xorg-xf86-video-rendition/.md5sum.i686 deleted file mode 100644 index 34ec955ab..000000000 --- a/acompiler/xorg-xf86-video-rendition/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -9a0a916fe1e7b5c81cd4c80a08e646cc xf86-video-rendition-4.2.3.tar.bz2 diff --git a/acompiler/xorg-xf86-video-rendition/.md5sum.x86_64 b/acompiler/xorg-xf86-video-rendition/.md5sum.x86_64 deleted file mode 100644 index 34ec955ab..000000000 --- a/acompiler/xorg-xf86-video-rendition/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -9a0a916fe1e7b5c81cd4c80a08e646cc xf86-video-rendition-4.2.3.tar.bz2 diff --git a/acompiler/xorg-xf86-video-rendition/.nostrip b/acompiler/xorg-xf86-video-rendition/.nostrip deleted file mode 100644 index ca31695b3..000000000 --- a/acompiler/xorg-xf86-video-rendition/.nostrip +++ /dev/null @@ -1,2 +0,0 @@ -usr/lib/xorg/modules/v10002d.uc -usr/lib/xorg/modules/v20002d.uc diff --git a/acompiler/xorg-xf86-video-rendition/Pkgfile b/acompiler/xorg-xf86-video-rendition/Pkgfile deleted file mode 100644 index 912683a36..000000000 --- a/acompiler/xorg-xf86-video-rendition/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: xorg driver xf86-video-rendition -# URL: http://xorg.freedesktop.org -# Maintainer: NutyX core team -# Packager : lesibel at free dot fr -# Depends on: xorg-server - -name=xorg-xf86-video-rendition -version=4.2.3 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-rendition-$version.tar.bz2) - -build() { - cd xf86-video-rendition-$version - - ./configure --prefix=/usr - - make - make DESTDIR=$PKG install -} |