diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-07 16:55:29 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-07 16:55:29 +0100 |
commit | f3bea317e2a6ec0c7a9d1e14c66b5a31f1fb8294 (patch) | |
tree | 41e94b1dd24f6e3491689d863409e51e605b40d4 /package/libvorbisidec/Makefile | |
parent | b59da8fc7b46ee62cbe9eb97a05c8a0f1ab75593 (diff) | |
parent | 79be206de9335752c6355995961b69846c641410 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libvorbisidec/Makefile')
-rw-r--r-- | package/libvorbisidec/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libvorbisidec/Makefile b/package/libvorbisidec/Makefile index 0a10d2759..867c73075 100644 --- a/package/libvorbisidec/Makefile +++ b/package/libvorbisidec/Makefile @@ -5,11 +5,12 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libvorbisidec PKG_VERSION:= 1.0.2 -PKG_RELEASE:= 2 +PKG_RELEASE:= 3 PKG_VARIANT:= svn15687 PKG_MD5SUM:= cd3f62e87e38548c3e1120b1b2d3cac7 PKG_DESCR:= Fixed point vorbis library PKG_SECTION:= libs +PKG_BUILDDEP:= autotool PKG_SITES:= http://ftp.de.debian.org/debian/pool/main/libv/libvorbisidec/ PKG_OPTS:= dev @@ -20,8 +21,7 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,LIBVORBISIDEC,libvorbisidec,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) -pre-configure: - @chmod 755 ${WRKBUILD}/install-sh +AUTOTOOL_STYLE:= autoreconf libvorbisidec-install: ${INSTALL_DIR} ${IDIR_LIBVORBISIDEC}/usr/lib |