Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=jackwip.git;a=commitdiff;h=efcb74cd1acafc221e5304289c04ea6c2aa555ab
commit efcb74cd1acafc221e5304289c04ea6c2aa555ab Author: Cedynamix <[email protected]> Date: Thu Apr 22 23:45:19 2010 +0200 gsm-1.0.13-2-i686 * Fix url, up2date, source * Corrected path gsm.h diff --git a/source/multimedia/gsm/FrugalBuild b/source/multimedia/gsm/FrugalBuild index d301190..2897a78 100644 --- a/source/multimedia/gsm/FrugalBuild +++ b/source/multimedia/gsm/FrugalBuild @@ -3,24 +3,24 @@ pkgname=gsm pkgver=1.0.13 -pkgrel=1 +pkgrel=2 pkgdesc="Gsm is an implementation of the final draft GSM 06.10 standard for full-rate speech transcoding." -url="http://kbs.cs.tu-berlin.de/~jutta/toast.html" +url="http://www.quut.com/gsm" depends=('glibc') archs=('i686' 'x86_64' 'ppc') groups=('multimedia') -up2date="lynx -dump http://kbs.cs.tu-berlin.de/~jutta/gsm/ |Flasttar" -source=(http://kbs.cs.tu-berlin.de/~jutta/gsm/$pkgname-$pkgver.tar.gz) +up2date="lynx -dump $url |Flasttar" +source=($url/$pkgname-$pkgver.tar.gz) sha1sums=('668b0a180039a50d379b3d5a22e78da4b1d90afc') build() { - Fmkdir /usr/{bin,include,lib,share/man/man{1,3}} + Fmkdir /usr/{bin,include/gsm,lib,share/man/man{1,3}} Fcd $pkgname-1.0-pl13 [[ "$CARCH" == "x86_64" ]] && CFLAGS="$CFLAGS -fPIC" Fsed '-O2' "$CFLAGS" Makefile Fmake make INSTALL_ROOT=$Fdestdir/$Fprefix \ - GSM_INSTALL_INC=$Fdestdir/$Fprefix/include \ + GSM_INSTALL_INC=$Fdestdir/$Fprefix/include/gsm \ TOAST_INSTALL_MAN=$Fdestdir/$Fprefix/share/man/man1 \ GSM_INSTALL_MAN=$Fdestdir/$Fprefix/share/man/man3 install || Fdie } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
