diff options
Diffstat (limited to 'package/libshout/Makefile')
-rw-r--r-- | package/libshout/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libshout/Makefile b/package/libshout/Makefile index 26520e13a..f84a9bf88 100644 --- a/package/libshout/Makefile +++ b/package/libshout/Makefile @@ -15,6 +15,8 @@ PKG_URL:= http://directory.fsf.org/project/libshout PKG_SITES:= http://downloads.us.xiph.org/releases/libshout/ PKG_OPTS:= dev +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,LIBSHOUT,libshout,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) |