summaryrefslogtreecommitdiff
path: root/package/pulseaudio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/pulseaudio/Makefile')
-rw-r--r--package/pulseaudio/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/pulseaudio/Makefile b/package/pulseaudio/Makefile
index ba8c55397..bf25b15d4 100644
--- a/package/pulseaudio/Makefile
+++ b/package/pulseaudio/Makefile
@@ -5,9 +5,9 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= pulseaudio
PKG_VERSION:= 4.0
-PKG_RELEASE:= 5
+PKG_RELEASE:= 1
PKG_MD5SUM:= 591f211db2790a7e4d222f2dc6858db3
-PKG_DESCR:= a sound system for POSIX OSes
+PKG_DESCR:= sound system for POSIX OSes
PKG_SECTION:= multimedia
PKG_DEPENDS:= libltdl json-c libsndfile libspeex libncurses
PKG_DEPENDS+= libflac libvorbis libogg libuuid libsndfile
@@ -20,8 +20,6 @@ PKG_OPTS:= dev
PKG_LIBC_DEPENDS:= uclibc glibc
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
-
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,PULSEAUDIO,pulseaudio,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))