summaryrefslogtreecommitdiff
path: root/community/flac123/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/flac123/PKGBUILD')
-rw-r--r--community/flac123/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/community/flac123/PKGBUILD b/community/flac123/PKGBUILD
index b6849ca3e..b51482c7d 100644
--- a/community/flac123/PKGBUILD
+++ b/community/flac123/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 15382 2010-04-11 02:08:54Z andrea $
-# Maintainer: Chris Brannon
+# $Id: PKGBUILD 66067 2012-02-22 17:27:23Z cbrannon $
+# Maintainer: Chris Brannon <chris@the-brannons.com>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
# Contributor: Patrick Burroughs <celticmadman@gmail.com>
pkgname=flac123
pkgver=0.0.11
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64')
license=('GPL2')
pkgdesc="A command-line program for playing FLAC audio files"
@@ -17,7 +17,11 @@ md5sums=('60204986d3556330255b87aa42a4c9d1')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr
- make || return 1
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
}