Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2d686dbf688284d52d14be840172aa79da8240e9
commit 2d686dbf688284d52d14be840172aa79da8240e9 Author: Slown <[email protected]> Date: Sat Feb 23 11:48:38 2013 +0100 libkarma-0.1.2-1-i686 * version bump diff --git a/source/lib-extra/libkarma/FrugalBuild b/source/lib-extra/libkarma/FrugalBuild index cea8966..08349e8 100644 --- a/source/lib-extra/libkarma/FrugalBuild +++ b/source/lib-extra/libkarma/FrugalBuild @@ -1,23 +1,23 @@ -# Compiling Time: 0.10 SBU +# Compiling Time: 0.05 SBU # Maintainer: crazy <[email protected]> pkgname=libkarma -pkgver=0.1.1 +pkgver=0.1.2 pkgrel=1 pkgdesc="libkarma is a C library for managing the Rio Karma via TCP/IP." -url="http://www.freakysoft.de/html/libkarma/" +url="http://www.freakysoft.de/libkarma/" depends=('taglib' 'libusb') -makedepends=('mono>=2.0.1') +makedepends=('mono') groups=('lib-extra') archs=('i686' 'x86_64') -up2date="lynx -dump $url|grep -m1 '.tar.gz'|sed 's/.*-\(.*\).t.*/\1/'" +up2date="lynx -dump $url | grep -m1 '.tar.gz' | sed 's/.*-\(.*\).t.*/\1/'" source=($url/$pkgname-$pkgver.tar.gz) Finclude mono -sha1sums=('b62ad027060190f1c13960e7b955d6fec8918288') +sha1sums=('d55edae96f99df021af74f8d3096cfa2924442cd') subpkgs=('karma-sharp') subdescs=("karma sharp bindings") -subdepends=("mono>=2.0.1 $pkgname=$pkgver") +subrodepends=("$pkgname=$pkgver") subgroups=('gnome-extra') subarchs=('i686 x86_64') @@ -28,16 +28,11 @@ build() Fpatchall Fmonoexport make all || Fdie - ## do not use Fmakeinstall make PREFIX=$Fdestdir/usr install || Fdie - if [ "$CARCH" ! "ppc" ]; then - mono --aot $Fdestdir/usr/lib/karma-sharp/karma-sharp.dll || Fdie - fi Fmonocleanup Fsed "prefix=.*" "prefix=/usr" $Fdestdir/usr/lib/pkgconfig/karma-sharp.pc Fsplit karma-sharp usr/lib/karma-sharp Fsplit karma-sharp usr/lib/pkgconfig/karma-sharp.pc } - # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
