desktop/smtube/PKGBUILD
2015-05-21 23:27:33 +00:00

26 lines
748 B
Bash

pkgname=smtube
pkgver=15.5.17
pkgrel=1
pkgdesc="Search and download videos from YouTube"
arch=('x86_64')
url="http://smplayer.sourceforge.net"
license=('GPL')
depends=('qt' 'qtwebkit' 'desktop-file-utils' 'hicolor-icon-theme')
optdepends=('mplayer: play videos with MPlayer'
'smplayer: play videos with SMPlayer'
'kdemultimedia-dragonplayer: play videos with Dragon Player'
'vlc: play videos with VLC')
install="$pkgname.install"
source=("http://downloads.sourceforge.net/smtube/${pkgname}-${pkgver}.tar.bz2")
md5sums=('577ebdf5fbcd3d17959294e688c124b4')
build() {
cd "$srcdir/$pkgname-$pkgver"
make PREFIX=/usr
}
package() {
cd "$srcdir/$pkgname-$pkgver"
make PREFIX=/usr DESTDIR="$pkgdir/" install
}