Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2b0b97f0c9bfc9abefb8f7bd1d5ae89752dd81ed
commit 2b0b97f0c9bfc9abefb8f7bd1d5ae89752dd81ed Author: kikadf <[email protected]> Date: Fri Aug 26 19:56:50 2011 +0200 clipgrab-3.1.0.2-1-i686 * New package diff --git a/source/xmultimedia-extra/clipgrab/FrugalBuild b/source/xmultimedia-extra/clipgrab/FrugalBuild new file mode 100644 index 0000000..66f24c6 --- /dev/null +++ b/source/xmultimedia-extra/clipgrab/FrugalBuild @@ -0,0 +1,30 @@ +# Compiling Time: 0.41 SBU +# Maintainer: kikadf <[email protected]> + +pkgname=clipgrab +pkgver=3.1.0.2 +pkgrel=1 +pkgdesc="ClipGrab is a free downloader and converter for YouTube, Vimeo, Dailymotion and many other online video sites." +url="http://clipgrab.de" +_F_desktop_name="ClipGrab" +_F_desktop_icon="$pkgname.png" +_F_desktop_categories="Network;" +depends=('ffmpeg>=0.8' 'libqtxml' 'libqtwebkit' 'libqtgui' 'libqtnetwork') +groups=('xmultimedia-extra') +archs=('i686' 'x86_64') +up2date="Flasttar $url/download" +source=($url/download/$pkgname-$pkgver.tar.bz2) +sha1sums=('bf2f1ec2631c961eb0e42d076eb644a7d8893c82') + +build() +{ + Fcd + Fexec qmake + Fmake + Ffile $pkgname-$pkgver/icon.png /usr/share/pixmaps/$pkgname.png + Fexe $pkgname-$pkgver/$pkgname /usr/bin/$pkgname + Fdesktop2 +} + + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
