void-packages/srcpkgs/minitube/template
2013-09-24 08:50:37 +02:00

28 lines
728 B
Plaintext

# 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"
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
}
minitube_package() {
depends="phonon-backend desktop-file-utils hicolor-icon-theme"
pkg_install() {
vmove all
}
}