move package xf86-video-nv:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-28 11:21:40 +01:00
parent 13af48692c
commit c6b0eeee28
3 changed files with 0 additions and 23 deletions

View File

@ -1,16 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--enable-shared \
--with-xorg-module-dir=$XORG_PATH_MODULES
make

View File

@ -1,6 +0,0 @@
#!/bin/sh
. config/options
mkdir -p $INSTALL/$XORG_PATH_MODULES/drivers
cp $PKG_BUILD/src/.libs/*_drv.so $INSTALL/$XORG_PATH_MODULES/drivers

View File

@ -1 +0,0 @@
http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nv-2.1.14.tar.bz2