updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / r-feature / PKGBUILD
blob7045d5a1e1830f6171199196e1d5053a6a83d64a
1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
3 pkgname=r-feature
4 pkgver=1.2.7
5 pkgrel=1
6 pkgdesc="Feature significance for multivariate kernel density estimation for the R language."
7 arch=('i686' 'x86_64')
8 url="http://cran.r-project.org/web/packages/feature/index.html"
9 license=("GPL2")
10 depends=('r' 'r-ks')
11 source=(http://cran.r-project.org/src/contrib/feature_$pkgver.tar.gz)
13 build() {
14  mkdir -p $pkgdir/usr/lib/R/library
15  cd $srcdir
16  R CMD INSTALL -l ../pkg/usr/lib/R/library ./feature
18 md5sums=('8d2b4a338b11d83caf3ed22e38658e16')