24 lines
667 B
Plaintext
24 lines
667 B
Plaintext
# Template file for 'clipgrab'
|
|
pkgname=clipgrab
|
|
version=3.4.8
|
|
revision=1
|
|
wrksrc=clipgrab
|
|
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"
|
|
checksum=5daf3ac8d16e6865b532c59e844bdc099dc92d3cca28e4db594cfa74b7e4388d
|
|
|
|
do_build() {
|
|
qmake clipgrab.pro
|
|
make CXXFLAGS="$CXXFLAGS" ${makejobs}
|
|
}
|
|
do_install() {
|
|
vbin clipgrab
|
|
vinstall icon.png 644 usr/share/pixmaps clipgrab.png
|
|
vinstall ${FILESDIR}/clipgrab.desktop 644 usr/share/applications
|
|
}
|