diff options
author | root <root@rshg054.dnsready.net> | 2012-02-23 23:15:11 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-23 23:15:11 +0000 |
commit | d466ef49f224a9347fe0375eac8126725e10a0a4 (patch) | |
tree | c08a9d7437c4d6de169858ac98fb340fd90202c2 /community/flac123 | |
parent | 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff) |
Thu Feb 23 23:15:11 UTC 2012
Diffstat (limited to 'community/flac123')
-rw-r--r-- | community/flac123/PKGBUILD | 12 |
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 } |