extra/cdrkit: added zlib as dependency

This commit is contained in:
Natanael Copa 2009-04-13 13:50:46 +00:00
parent bc82514f16
commit 2c65a10328

View File

@ -1,12 +1,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=cdrkit
pkgver=1.1.9
pkgrel=0
pkgrel=1
pkgdesc="Suite of programs for CD/DVD recording, ISO image creation, and audio CD extraction"
url="http://cdrkit.org/"
license="GPL2"
depends="libcap file bzip2"
makedepends="cmake libcap-dev bzip2-dev"
depends="libcap file bzip2 zlib"
makedepends="cmake libcap-dev bzip2-dev zlib-dev"
source="http://$pkgname.org/releases/$pkgname-$pkgver.tar.gz"
subpackages="$pkgname-doc"