summaryrefslogtreecommitdiffstats
path: root/abs/extra/community
diff options
context:
space:
mode:
authorMichael Hanson <mihanson@linhes.org>2011-11-03 02:13:00 (GMT)
committerMichael Hanson <mihanson@linhes.org>2011-11-03 02:13:00 (GMT)
commit7d875831c9f2210a1519735d45359bf59ccb0e05 (patch)
tree298319893a6b08f54be518434223141f741ec007 /abs/extra/community
parent1b829c5d446558ef6b2d48e941e7dcd1f1ade72f (diff)
downloadlinhes_pkgbuild-7d875831c9f2210a1519735d45359bf59ccb0e05.zip
linhes_pkgbuild-7d875831c9f2210a1519735d45359bf59ccb0e05.tar.gz
linhes_pkgbuild-7d875831c9f2210a1519735d45359bf59ccb0e05.tar.bz2
cwiid-git: replaces cwiid-svn, a dep for mythpywii
Diffstat (limited to 'abs/extra/community')
-rw-r--r--abs/extra/community/cwiid-git/PKGBUILD5
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=()