main/libsndfile: fix depends for -dev package

needs libvorbis, flac and libogg
This commit is contained in:
Natanael Copa 2011-03-11 22:20:59 +00:00
parent aad94236cd
commit 5dbed75dfc

View File

@ -1,14 +1,15 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libsndfile
pkgver=1.0.23
pkgrel=0
pkgrel=1
pkgdesc="A C library for reading and writing files containing sampled sound"
url="http://www.mega-nerd.com/libsndfile"
arch="all"
license="LGPL"
subpackages="$pkgname-dev $pkgname-doc"
depends=
makedepends="alsa-lib-dev flac-dev libvorbis-dev libogg-dev"
depends_dev="flac-dev libvorbis-dev libogg-dev"
makedepends="alsa-lib-dev $depends_dev"
source="http://www.mega-nerd.com/$pkgname/files/$pkgname-$pkgver.tar.gz"
build () {