Skip to content

Commit

Permalink
upgpkg: a52dec 0.7.4-5
Browse files Browse the repository at this point in the history
rebuild of old package

git-svn-id: file:///srv/repos/svn-packages/svn@122062 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
andrea committed May 2, 2011
1 parent cef0bfa commit 9252a24
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions a52dec/trunk/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# $Id$
# Maintainer: Thomas Baechler <[email protected]>
# contributor: Sarah Hay <[email protected]>
# Maintainer:
# Contributor: Thomas Baechler <[email protected]>
# Contributor: Sarah Hay <[email protected]>

pkgname=a52dec
pkgver=0.7.4
pkgrel=4
pkgdesc="A free library for decoding ATSC A/52 streams."
pkgrel=5
pkgdesc="A free library for decoding ATSC A/52 streams"
url="http://liba52.sourceforge.net/"
arch=('i686' 'x86_64')
license=('GPL2')
depends=('glibc')
options=(!libtool)
source=(http://liba52.sourceforge.net/files/${pkgname}-${pkgver}.tar.gz
a52dec-0.7.4-build.patch)
url="http://liba52.sourceforge.net/"
source=("http://liba52.sourceforge.net/files/${pkgname}-${pkgver}.tar.gz"
'a52dec-0.7.4-build.patch')
md5sums=('caa9f5bc44232dc8aeea773fea56be80'
'fa16f224a7dceb7613824380abef0052')

Expand All @@ -22,6 +23,10 @@ build() {
./bootstrap
./configure --prefix=/usr --enable-shared
make
}

package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
install -m644 liba52/a52_internal.h "${pkgdir}/usr/include/a52dec/"
}

0 comments on commit 9252a24

Please sign in to comment.