21 lines
671 B
Text
21 lines
671 B
Text
# Template file for 'minitube'
|
|
pkgname=minitube
|
|
version=2.1.3
|
|
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. Watch YouTube videos without Flash Player"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://flavio.tordini.org/minitube"
|
|
distfiles="http://flavio.tordini.org/files/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=387b43fc9ee68da57d69b0622b2a61c82f816401da5ad8830563d792e402b8fc
|
|
|
|
do_build() {
|
|
qmake
|
|
}
|
|
|
|
do_install() {
|
|
make INSTALL_ROOT=${DESTDIR} install
|
|
}
|