[arch-commits] Commit in vorbisgain/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 13:37:25 UTC 2020
Date: Tuesday, July 7, 2020 @ 13:37:25
Author: felixonmars
Revision: 658539
archrelease: copy trunk to community-staging-x86_64
Added:
vorbisgain/repos/community-staging-x86_64/
vorbisgain/repos/community-staging-x86_64/PKGBUILD
(from rev 658538, vorbisgain/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: vorbisgain/repos/community-staging-x86_64/PKGBUILD (from rev 658538, vorbisgain/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 13:37:25 UTC (rev 658539)
@@ -0,0 +1,27 @@
+# Maintainer: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+# Contributor: Cory Farmer <rbgkofi at ameritech.net>
+pkgname=vorbisgain
+pkgver=0.37
+pkgrel=6
+pkgdesc="A utility that computes the ReplayGain values for Ogg Vorbis files."
+arch=('x86_64')
+url="https://sjeng.org/vorbisgain.html"
+license=('GPL')
+depends=('libvorbis')
+source=(https://sjeng.org/ftp/vorbis/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('67181834e1a0d7c6e1ccd984e2d30ebf1dcdff84caa77f75e5e771de8414904810e966a43852b7184e075d2428fd8b431124835efc370ce6504b8b2756746e04')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr \
+ --enable-recursive \
+ --mandir=/usr/share/man
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ make DESTDIR=${pkgdir} install
+}
More information about the arch-commits
mailing list