Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=59825b32721ccde54331a61fc6441389e482bfb5
commit 59825b32721ccde54331a61fc6441389e482bfb5 Author: DeX77 <[email protected]> Date: Mon Jun 9 17:35:18 2014 +0200 cwiid-0.6.00-6-x86_64 * rebuilt with python>=2.7.6 diff --git a/source/xlib-extra/cwiid/FrugalBuild b/source/xlib-extra/cwiid/FrugalBuild index c019b6e..cce8195 100644 --- a/source/xlib-extra/cwiid/FrugalBuild +++ b/source/xlib-extra/cwiid/FrugalBuild @@ -4,26 +4,28 @@ pkgname=cwiid pkgver=0.6.00 -pkgrel=5 +pkgrel=6 pkgdesc="Communication library for Nintendo Wii remote" url="http://abstrakraft.org/" -depends=('bluez>=4.61' 'python' 'gtk+2>=2.20.1' 'freetype2' 'libxau' 'libxdmcp' 'libxdamage' 'libxext' 'libxml2') +depends=('bluez>=4.61' 'python>=2.7.6' 'gtk+2>=2.20.1' 'freetype2' 'libxau' 'libxdmcp' 'libxdamage' 'libxext' 'libxml2') +makedepends=('pkgconfig') options=('scriptlet') groups=('xlib-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://abstrakraft.org/cwiid/downloads/ | Flastarchive .tgz" #source=($url/$pkgname/downloads/$pkgname-$pkgver.tgz README.Frugalware) -source=(http://download.github.com/abstrakraft-cwiid-cwiid-0.6.00-0-geb1b492.tar.gz README.Frugalware) -sha1sums=('4d23348fbce00e3514dd1f3d75bcdad70458f368' \ +source=(https://github.com/abstrakraft/cwiid/archive/svn_history.tar.gz README.Frugalware) +sha1sums=('c1e275b02f2168552957f0ff317bd17777fa3837' \ '87f18276fdb0fd05dcea4874324a6ef3976e467e') build() { unset MAKEFLAGS - Fcd abstrakraft-cwiid-eb1b492 + Fcd cwiid-svn_history + ## bluez4 fix + Fsed 'hci_remote_name' 'hci_read_remote_name' libcwiid/bluetooth.c Fautoreconf - ## bluez4 fix - Fsed 'hci_remote_name' 'hci_read_remote_name' libcwiid/bluetooth.c + export LDFLAGS="$LDFLAGS $(pkg-config --libs bluez) -lpthread" Fmake --disable-ldconfig make all DESTDIR=$Fdestdir install || Fdie Fdoc README.Frugalware _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
