Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
bot-test
packages
a52dec
Commits
c00823df
Commit
c00823df
authored
Apr 06, 2008
by
Aaron Griffin
Browse files
Initial import of all packages
parents
Changes
1
Hide whitespace changes
Inline
Side-by-side
PKGBUILD
0 → 100644
View file @
c00823df
# $Id: PKGBUILD,v 1.5 2005/08/28 23:34:04 jgc Exp $
# Maintainer: arjan <arjan@archlinux.org>
#contributor Sarah Hay <sarahhay@mb.sympatico.ca>
pkgname
=
a52dec
pkgver
=
0.7.4
pkgrel
=
3
pkgdesc
=
"liba52 is a free library for decoding ATSC A/52 streams."
depends
=(
glibc
)
source
=(
http://liba52.sourceforge.net/files/
$pkgname
-
$pkgver
.tar.gz
)
url
=
"http://liba52.sourceforge.net/"
md5sums
=(
'caa9f5bc44232dc8aeea773fea56be80'
)
build
()
{
cd
$startdir
/src/
$pkgname
-
$pkgver
./configure
--prefix
=
/usr
--enable-shared
make
||
return
1
make
DESTDIR
=
$startdir
/pkg
install
install
-m644
liba52/a52_internal.h
$startdir
/pkg/usr/include/a52dec/
find
$startdir
/pkg
-name
'*.la'
-exec
rm
{}
\;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment