[packages] add myself as package maintainer

Signed-off-by: Peter Wagner <tripolar@gmx.at>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@37145 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
tripolar 2013-07-03 10:20:19 +00:00
parent 153123586c
commit e1a8beaae7
4 changed files with 5 additions and 2 deletions

View File

@ -25,6 +25,7 @@ define Package/dovecot
CATEGORY:=Mail
DEPENDS:=+libopenssl +librt +zlib +libbz2 +libcap
TITLE:=An IMAP and POP3 daemon
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
URL:=http://www.dovecot.org/
endef

View File

@ -24,6 +24,7 @@ define Package/fetchmail/Default
SECTION:=mail
CATEGORY:=Mail
TITLE:=Remote mail retriever
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
URL:=http://fetchmail.berlios.de/
endef

View File

@ -30,6 +30,7 @@ define Package/cmus
+AUDIO_SUPPORT:alsa-lib \
+BUILD_PATENTED:libmad +libvorbisidec +libflac
TITLE:=C* Music Player
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
URL:=http://cmus.sourceforge.net/
endef

View File

@ -30,8 +30,9 @@ define Package/pulseaudio/Default
SECTION:=sound
CATEGORY:=Sound
DEPENDS:=+libspeexdsp +libsndfile +libltdl +libpthread \
+librt +alsa-lib +libjson +libopenssl +libwrap $(ICONV_DEPENDS) $(INTL_DEPENDS)
+librt +alsa-lib +libjson +libopenssl +libcap +libwrap $(ICONV_DEPENDS) $(INTL_DEPENDS)
TITLE:=Network sound server
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
URL:=http://www.pulseaudio.org
PROVIDES:=pulseaudio
endef
@ -114,7 +115,6 @@ CONFIGURE_ARGS += \
--disable-lirc \
--disable-bluez \
--disable-udev \
--without-caps \
--without-fftw
ifeq ($(BUILD_VARIANT),avahi)