2012-11-11 11:02:55 +08:00
|
|
|
pkgname=smtube
|
2015-09-16 18:37:35 +08:00
|
|
|
pkgver=15.8.0
|
2014-07-29 15:09:25 +08:00
|
|
|
pkgrel=1
|
2012-11-11 11:02:55 +08:00
|
|
|
pkgdesc="Search and download videos from YouTube"
|
2013-12-19 23:30:19 +08:00
|
|
|
arch=('x86_64')
|
2015-09-16 18:37:35 +08:00
|
|
|
url="http://www.smtube.org/"
|
2012-11-11 11:02:55 +08:00
|
|
|
license=('GPL')
|
2015-09-16 18:37:35 +08:00
|
|
|
depends=('qtwebkit')
|
2014-03-30 02:58:49 +08:00
|
|
|
optdepends=('mplayer: play videos with MPlayer'
|
|
|
|
'smplayer: play videos with SMPlayer'
|
|
|
|
'kdemultimedia-dragonplayer: play videos with Dragon Player'
|
2015-09-16 18:37:35 +08:00
|
|
|
'vlc: play videos with VLC'
|
|
|
|
'mpv: play videos with MPV'
|
|
|
|
'youtube-dl: download videos')
|
2014-03-30 02:58:49 +08:00
|
|
|
install="$pkgname.install"
|
2015-05-22 07:27:33 +08:00
|
|
|
source=("http://downloads.sourceforge.net/smtube/${pkgname}-${pkgver}.tar.bz2")
|
2015-09-16 18:37:35 +08:00
|
|
|
md5sums=('e826605b099774a1a779933deab7dfbe')
|
2012-11-11 11:02:55 +08:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd "$srcdir/$pkgname-$pkgver"
|
2013-11-27 23:11:46 +08:00
|
|
|
make PREFIX=/usr
|
2012-11-11 11:02:55 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
cd "$srcdir/$pkgname-$pkgver"
|
2014-04-06 10:11:53 +08:00
|
|
|
make PREFIX=/usr DESTDIR="$pkgdir/" install
|
2012-11-11 11:02:55 +08:00
|
|
|
}
|