summaryrefslogtreecommitdiff
path: root/community/libreplaygain/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/libreplaygain/PKGBUILD
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/libreplaygain/PKGBUILD')
-rw-r--r--community/libreplaygain/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/community/libreplaygain/PKGBUILD b/community/libreplaygain/PKGBUILD
index 19505622d..d5e524c33 100644
--- a/community/libreplaygain/PKGBUILD
+++ b/community/libreplaygain/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 57695 2011-11-01 10:46:06Z andrea $
-# Maintainer:
+# $Id: PKGBUILD 103013 2013-12-25 16:46:04Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
pkgname=libreplaygain
pkgver=475
-pkgrel=1
+pkgrel=2
pkgdesc="A library to adjust audio gain"
arch=('i686' 'x86_64')
url="http://www.musepack.net/index.php?pg=src"
@@ -16,6 +16,7 @@ md5sums=('e27b3b1249b7fbae92d656d9e3d26633')
build() {
cd "${srcdir}"
+
mkdir build
cd build
cmake ../${pkgname}_r${pkgver}/ \
@@ -26,9 +27,10 @@ build() {
package() {
cd "${srcdir}"/build
+
make DESTDIR="${pkgdir}" install
- install -d "${pkgdir}/usr/include/replaygain/"
+ install -d "${pkgdir}"/usr/include/replaygain/
install -Dm644 "${srcdir}"/${pkgname}_r${pkgver}/include/replaygain/* \
- "${pkgdir}/usr/include/replaygain/"
+ "${pkgdir}"/usr/include/replaygain/
}