diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-27 17:31:13 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-27 17:31:13 +0200 |
commit | 93b34bb95da4082b36be6ab958d06a43277dfa41 (patch) | |
tree | 796016ef0d338f2a76cbf7db82d6d31138cdf7b0 /test/xorg-xf86-video-siliconmotion/Pkgfile | |
parent | dc1c3745d8d4298f956ed977df05f4294b86431b (diff) | |
download | nutyx-extra-93b34bb95da4082b36be6ab958d06a43277dfa41.tar.gz nutyx-extra-93b34bb95da4082b36be6ab958d06a43277dfa41.tar.bz2 nutyx-extra-93b34bb95da4082b36be6ab958d06a43277dfa41.tar.xz nutyx-extra-93b34bb95da4082b36be6ab958d06a43277dfa41.zip |
xorg-xf86-video-siliconmotion dans test
Diffstat (limited to 'test/xorg-xf86-video-siliconmotion/Pkgfile')
-rw-r--r-- | test/xorg-xf86-video-siliconmotion/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/xorg-xf86-video-siliconmotion/Pkgfile b/test/xorg-xf86-video-siliconmotion/Pkgfile new file mode 100644 index 000000000..ddbd2696a --- /dev/null +++ b/test/xorg-xf86-video-siliconmotion/Pkgfile @@ -0,0 +1,19 @@ +# Description: xorg driver xf86-video-siliconmotion +# URL: http://xorg.freedesktop.org +# Maintainer: NutyX core team +# Packager : lesibel at free dot fr +# Depends on: xorg-server + +name=xorg-xf86-video-siliconmotion +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 + + make + make DESTDIR=$PKG install +} |