2013-09-01 18:44:26 +02:00
|
|
|
# Template file for 'clipgrab'
|
|
|
|
pkgname=clipgrab
|
2014-06-23 11:40:53 +02:00
|
|
|
version=3.4.2
|
2013-09-01 18:44:26 +02:00
|
|
|
revision=1
|
|
|
|
makedepends="qt-devel desktop-file-utils"
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="desktop-file-utils"
|
2013-09-01 18:44:26 +02:00
|
|
|
short_desc="A friendly downloader for YouTube and other sites"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-3"
|
|
|
|
homepage="http://www.clipgrab.org"
|
|
|
|
distfiles="http://download.clipgrab.de/${pkgname}-${version}.tar.bz2"
|
2014-06-23 11:40:53 +02:00
|
|
|
checksum=66aa911fca37261942b7722d603c52406fc4eb19c81f93682a463dc64c3fe362
|
2013-09-01 18:44:26 +02:00
|
|
|
|
|
|
|
do_build() {
|
2014-06-23 11:40:53 +02:00
|
|
|
qmake clipgrab.pro
|
|
|
|
make CXXFLAGS="$CXXFLAGS" ${makejobs}
|
2013-09-01 18:44:26 +02:00
|
|
|
}
|
|
|
|
do_install() {
|
|
|
|
vinstall clipgrab 755 usr/bin
|
|
|
|
vinstall icon.png 644 usr/share/pixmaps clipgrab.png
|
|
|
|
vinstall ${FILESDIR}/clipgrab.desktop 644 usr/share/applications
|
|
|
|
}
|