diff options
-rw-r--r-- | xorg/xorg-xf86-video-siliconmotion/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-siliconmotion/.md5sum | 2 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-siliconmotion/Pkgfile | 7 |
3 files changed, 9 insertions, 7 deletions
diff --git a/xorg/xorg-xf86-video-siliconmotion/.footprint b/xorg/xorg-xf86-video-siliconmotion/.footprint index 802e9c46c..4d9491567 100644 --- a/xorg/xorg-xf86-video-siliconmotion/.footprint +++ b/xorg/xorg-xf86-video-siliconmotion/.footprint @@ -5,6 +5,7 @@ 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/siliconmotion_drv.la -rwxr-xr-x root/root usr/lib/xorg/modules/drivers/siliconmotion_drv.so -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man4/ --rw-r--r-- root/root usr/man/man4/siliconmotion.4.gz +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/siliconmotion.4.gz diff --git a/xorg/xorg-xf86-video-siliconmotion/.md5sum b/xorg/xorg-xf86-video-siliconmotion/.md5sum index d575e5ed9..d1569a271 100644 --- a/xorg/xorg-xf86-video-siliconmotion/.md5sum +++ b/xorg/xorg-xf86-video-siliconmotion/.md5sum @@ -1 +1 @@ -432791bfe9dde2d78ce7410b2cb420bb xf86-video-siliconmotion-1.7.2.tar.bz2 +29fb322cd3adab52cc7f1ac86f9315bb xf86-video-siliconmotion-1.7.3.tar.bz2 diff --git a/xorg/xorg-xf86-video-siliconmotion/Pkgfile b/xorg/xorg-xf86-video-siliconmotion/Pkgfile index db51ff143..ddbd2696a 100644 --- a/xorg/xorg-xf86-video-siliconmotion/Pkgfile +++ b/xorg/xorg-xf86-video-siliconmotion/Pkgfile @@ -1,17 +1,18 @@ # Description: xorg driver xf86-video-siliconmotion # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NutyX core team +# Packager : lesibel at free dot fr # Depends on: xorg-server name=xorg-xf86-video-siliconmotion -version=1.7.2 +version=1.7.3 release=1 source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-siliconmotion-$version.tar.bz2) build() { cd xf86-video-siliconmotion-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |