summaryrefslogtreecommitdiff
path: root/extra/streamripper/PKGBUILD
blob: 009f2eb274b765f81ea50ec46d4fbeaebaff64b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $Id: PKGBUILD 51858 2009-09-12 21:44:06Z eric $
# Contributor: damir <damir@archlinux.org>
# Maintainer: Thayer Williams <thayer@archlinux.org>

pkgname=streamripper
pkgver=1.64.6
pkgrel=1
pkgdesc="Records and splits streaming mp3 into tracks"
arch=('i686' 'x86_64')
url="http://streamripper.sourceforge.net"
license=('GPL')
depends=('glibc' 'glib2' 'libmad' 'faad2>=2.7' 'libvorbis')
options=('!libtool')
source=(http://downloads.sourceforge.net/sourceforge/streamripper/streamripper-$pkgver.tar.gz)
md5sums=('a37a1a8b8f9228522196a122a1c2dd32')
sha1sums=('bc8a8d3ad045e0772ca691d2063c39efcc0dca45')

build() {
  cd "$srcdir/$pkgname-$pkgver"
  ./configure --prefix=/usr || return 1
  make || return 1
  make DESTDIR="$pkgdir" install || return 1
}