forked from archlinux/svntogit-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
|
||
|
@@ -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/" | ||
} |