updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / plmaxe / PKGBUILD
blob159a00826474f48f8988d40f46b2f25512266429
1 # Maintainer: Trizen ( trizenx at gmail dot com )
3 pkgname=plmaxe
4 pkgver=0.14
5 pkgrel=1
6 pkgdesc="Plmaxe is a script written in Perl, built with the same idea as Pymaxe: downloading of music and videos from media sharing sites. Unlike Pymaxe, this application works only in command-line, being very useful for those who preffer CLI."
7 arch=('any')
8 url="http://pymaxe.com"
9 license=('GPL')
10 depends=('perl-libwww' 'wget')
11 optdeps=('mplayer')
12 source=(http://trizen.go.ro/files/$pkgname)
13 md5sums=('079a53779bfe1e3f738e83b897753b67')
15 build() {
16   install -Dm 755 $srcdir/$pkgname $pkgdir/usr/bin/$pkgname