void-packages/srcpkgs/clipgrab/template

23 lines
651 B
Text
Raw Normal View History

# Template file for 'clipgrab'
pkgname=clipgrab
2014-09-08 08:44:44 +00:00
version=3.4.7
revision=1
2014-09-08 08:44:44 +00:00
makedepends="qt-devel"
depends="desktop-file-utils"
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-09-08 08:44:44 +00:00
checksum=75edfc7e8ffdc1bae16d4bded8717e65e7c2c9f2416f6faf29a8923acafba117
do_build() {
2014-06-23 09:40:53 +00:00
qmake clipgrab.pro
make CXXFLAGS="$CXXFLAGS" ${makejobs}
}
do_install() {
2014-09-08 08:44:44 +00:00
vbin clipgrab
vinstall icon.png 644 usr/share/pixmaps clipgrab.png
vinstall ${FILESDIR}/clipgrab.desktop 644 usr/share/applications
}