# Template file for 'minitube' pkgname=minitube version=2.1.6 revision=1 wrksrc=$pkgname makedepends="qt-devel phonon-devel desktop-file-utils hicolor-icon-theme phonon-backend-gstreamer" depends="phonon-backend desktop-file-utils hicolor-icon-theme" short_desc="A native YouTube client in QT" maintainer="Juan RP " license="GPL-2" homepage="http://flavio.tordini.org/minitube" distfiles="http://flavio.tordini.org/files/$pkgname/${pkgname}-1.2.6.tar.gz" checksum=1a9b9386f20e42274c1b13a729268f1cb8e7978d3ae930f8acdff7d3b270c724 do_build() { qmake make ${makejobs} } do_install() { make INSTALL_ROOT=${DESTDIR} install }