diff options
| author | Michael Hanson <mihanson@linhes.org> | 2011-11-03 02:13:00 (GMT) | 
|---|---|---|
| committer | Michael Hanson <mihanson@linhes.org> | 2011-11-03 02:13:00 (GMT) | 
| commit | 7d875831c9f2210a1519735d45359bf59ccb0e05 (patch) | |
| tree | 298319893a6b08f54be518434223141f741ec007 | |
| parent | 1b829c5d446558ef6b2d48e941e7dcd1f1ade72f (diff) | |
| download | linhes_pkgbuild-7d875831c9f2210a1519735d45359bf59ccb0e05.zip linhes_pkgbuild-7d875831c9f2210a1519735d45359bf59ccb0e05.tar.gz linhes_pkgbuild-7d875831c9f2210a1519735d45359bf59ccb0e05.tar.bz2 | |
cwiid-git: replaces cwiid-svn, a dep for mythpywii
| -rw-r--r-- | abs/extra/community/cwiid-git/PKGBUILD | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/abs/extra/community/cwiid-git/PKGBUILD b/abs/extra/community/cwiid-git/PKGBUILD index b87571a..2a88d26 100644 --- a/abs/extra/community/cwiid-git/PKGBUILD +++ b/abs/extra/community/cwiid-git/PKGBUILD @@ -1,7 +1,7 @@  #Contributor:Andrea Tarocchi <valdar@email.it>   pkgname=cwiid-git  #pkgver=`date +%Y%m%d` -pkgver=20101204 +pkgver=20111102  pkgrel=1  pkgdesc="Cwiid-git is the bleeding edge version of a wiimote's driver and utility tools"  arch=('i686' 'x86_64') @@ -40,7 +40,7 @@ build() {    aclocal    autoreconf -  ./configure --prefix=/usr --sysconfdir=/etc --with-python=python`python2 --version 2>&1 | cut -d ' ' -f2` --disable-ldconfig +  ./configure --prefix=/usr --sysconfdir=/etc --with-python=python2 --disable-ldconfig    make || return 1  } @@ -64,3 +64,4 @@ package() {  #  install -D -m644 ./wminput/README $pkgdir/usr/share/doc/cwiid/wminput  } +md5sums=() | 
