Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f1ff9dbbf8ed629094d7afb2db107e06eb9f8f1f
commit f1ff9dbbf8ed629094d7afb2db107e06eb9f8f1f Author: Slown <[email protected]> Date: Sat Jan 12 09:50:00 2013 +0100 movgrab-1.1.15-1-i686 * version bump diff --git a/source/apps-extra/movgrab/FrugalBuild b/source/apps-extra/movgrab/FrugalBuild index 3961fbe..ee915d6 100644 --- a/source/apps-extra/movgrab/FrugalBuild +++ b/source/apps-extra/movgrab/FrugalBuild @@ -1,8 +1,8 @@ -# Compiling Time: 0.13 SBU +# Compiling Time: 0.08 SBU # Maintainer: Slown <[email protected]> pkgname=movgrab -pkgver=1.1.14 +pkgver=1.1.15 pkgrel=1 pkgdesc="A command-line movie downloader" url="https://sites.google.com/site/columscode/home/movgrab" @@ -11,13 +11,13 @@ groups=('apps-extra') archs=('i686' 'x86_64') up2date="lynx -dump https://sites.google.com/site/columscode/files | Flasttar" source=(https://sites.google.com/site/columscode/files/$pkgname-$pkgver.tar.gz) -sha1sums=('bbf83d220e69bd3351b74180b529f518efaa2a1a') +sha1sums=('5f5067ea257a9be9c59d5b246911e1ecacdcc63d') build() { Fcd Fautoreconf - Fconf --prefix=/usr --enable-ssl - Fmake + Fconf --prefix=/usr --enable-ssl --enable-largefiles + make || Fdie Fexerel /usr/bin/$pkgname Fdocrel Docs/* } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
