2013-06-20 14:48:16 +00:00
|
|
|
# Template file for 'minitube'
|
|
|
|
pkgname=minitube
|
2014-03-12 09:45:06 +00:00
|
|
|
version=2.1.6
|
2013-09-24 06:50:37 +00:00
|
|
|
revision=1
|
2013-06-20 14:48:16 +00:00
|
|
|
wrksrc=$pkgname
|
2013-06-20 15:31:48 +00:00
|
|
|
makedepends="qt-devel phonon-devel desktop-file-utils hicolor-icon-theme phonon-backend-gstreamer"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="phonon-backend desktop-file-utils hicolor-icon-theme"
|
2014-03-12 09:45:06 +00:00
|
|
|
short_desc="A native YouTube client in QT"
|
2013-06-20 14:48:16 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="http://flavio.tordini.org/minitube"
|
2014-03-12 09:45:06 +00:00
|
|
|
distfiles="http://flavio.tordini.org/files/$pkgname/${pkgname}-1.2.6.tar.gz"
|
|
|
|
checksum=1a9b9386f20e42274c1b13a729268f1cb8e7978d3ae930f8acdff7d3b270c724
|
2013-06-20 14:48:16 +00:00
|
|
|
|
|
|
|
do_build() {
|
|
|
|
qmake
|
2014-03-12 09:45:06 +00:00
|
|
|
make ${makejobs}
|
2013-06-20 14:48:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
make INSTALL_ROOT=${DESTDIR} install
|
|
|
|
}
|