You are not logged in.

#1 2006-08-06 20:41:01

rata
Member
Registered: 2006-04-10
Posts: 46

PKGBUILD for rtl818x-cvs

Somebody knows why is it that when i run "make" in the source tree, it removes all the files there?. I downloaded the source tree from cvs. I read the INSTALL and it says that the only thing to do is a "make". I also read the Makefile and nothing seems to be wrong.

Any idea?

Thanks

Here is the PKGBUILD (i've edited the PKGBUILD from AUR and run versionpkg):

pkgname=rtl8180-cvs
pkgver=20060805
pkgrel=1
pkgdesc="rtl8180 wlan drivers"
url="http://rtl8180-sa2400.sourceforge.net/"
license="GPL"
depends=()
makedepends=('cvs')
conflicts=(rtl8180)
provides=(rtl8180)
install=
source=()

_cvsroot=":pserver:anonymous@rtl8180-sa2400.cvs.sourceforge.net:/cvsroot/rtl8180-sa2400"
#_cvsmod="rtl8180-sa2400-dev"
_cvsmod="rtl818x-newstack"

build() {
  cd $startdir/src/
  msg "Connecting to cvs.sourceforge.net CVS server...."
  cvs -z3 -d $_cvsroot co -D $pkgver -f $_cvsmod
  cd $_cvsmod
  rm -Rf CVS
  make INSTALL_PREFIX=$startdir/pkg
}

Offline

Board footer

Powered by FluxBB