diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 07:49:04 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 07:49:04 +0200 |
| commit | 8867d876ad1bf8ef09fb1f21f5dd868d938f752c (patch) | |
| tree | 9fab23d56b193529a5cb35f0efc5812af021dc68 /package/libcdio | |
| parent | f66ee677a516991a44be19c869239f99b2d64285 (diff) | |
| parent | fb7e42d7be891a6600be639a6ded4a32c9b06020 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libcdio')
| -rw-r--r-- | package/libcdio/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package/libcdio/Makefile b/package/libcdio/Makefile index 5584063b1..5ec7ffbf4 100644 --- a/package/libcdio/Makefile +++ b/package/libcdio/Makefile @@ -4,11 +4,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:= libcdio -PKG_VERSION:= 0.90 -PKG_RELEASE:= 3 -PKG_MD5SUM:= 1b245b023fb03a58d030fd2800db3247 -PKG_DESCR:= a library for CD-ROM and CD image access +PKG_VERSION:= 0.92 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 86f3f2869c1d34e4c6e52db77992b918 +PKG_DESCR:= library for CD-ROM and CD image access PKG_SECTION:= libs +PKG_BUILDDEP:= libiconv-tiny PKG_URL:= http://www.gnu.org/software/libcdio PKG_SITES:= ${MASTER_SITE_GNU:=libcdio/} PKG_OPTS:= dev |
