mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
17 lines
528 B
Bash
17 lines
528 B
Bash
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
|
|
# Contributor: Roberto Carvajal <roberto@archlinux.org>
|
|
|
|
pkgname=mp32ogg
|
|
pkgver=0.11
|
|
pkgrel=6
|
|
pkgdesc="A perl script to convert MP3 files to Ogg Vorbis files."
|
|
arch=('arm')
|
|
url='http://faceprint.com/code/'
|
|
license=('Artistic')
|
|
depends=('perl-mp3-info' 'perl-string-shellquote' 'mpg321' 'vorbis-tools')
|
|
source=(ftp://ftp.archlinux.org/other/mp32ogg/mp32ogg)
|
|
md5sums=('7da7d3b125d2d0a6c12bbb0e9cdb93ff')
|
|
|
|
build() {
|
|
install -Dm755 $srcdir/mp32ogg $pkgdir/usr/bin/mp32ogg
|
|
}
|