1 # Maintainer: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
2 # Contributor: Cory Farmer <rbgkofi@ameritech.net>
6 pkgdesc="A utility that computes the ReplayGain values for Ogg Vorbis files."
8 url="https://sjeng.org/vorbisgain.html"
11 source=(https://sjeng.org/ftp/vorbis/${pkgname}-${pkgver}.tar.gz)
12 sha512sums=('67181834e1a0d7c6e1ccd984e2d30ebf1dcdff84caa77f75e5e771de8414904810e966a43852b7184e075d2428fd8b431124835efc370ce6504b8b2756746e04')
15 cd ${pkgname}-${pkgver}
17 ./configure --prefix=/usr \
19 --mandir=/usr/share/man
24 cd ${pkgname}-${pkgver}
26 make DESTDIR="${pkgdir}" install