mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
added aur/pianobar
This commit is contained in:
parent
38cb8c0aee
commit
d498b679ed
1 changed files with 30 additions and 0 deletions
30
aur/pianobar/PKGBUILD
Normal file
30
aur/pianobar/PKGBUILD
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Maintainer: Mitch Bigelow <ipha00@gmail.com>
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=pianobar
|
||||
pkgver=2012.01.10
|
||||
pkgrel=1
|
||||
pkgdesc="console-based frontend for Pandora (official version)"
|
||||
url="http://6xq.net/0017"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('MIT')
|
||||
depends=('libao' 'faad2' 'libmad')
|
||||
source=(http://6xq.net/media/00/16/pianobar-$pkgver.tar.bz2)
|
||||
|
||||
_builddir="$pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
|
||||
make DESTDIR=$pkgdir PREFIX=/usr install
|
||||
install -vDm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
}
|
||||
|
||||
md5sums=('448c57d65c71158674e8b30a8cfa217e')
|
Loading…
Reference in a new issue