[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 CATEGORY:=Mail
DEPENDS:=+libopenssl +librt +zlib +libbz2 +libcap DEPENDS:=+libopenssl +librt +zlib +libbz2 +libcap
TITLE:=An IMAP and POP3 daemon TITLE:=An IMAP and POP3 daemon
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
URL:=http://www.dovecot.org/ URL:=http://www.dovecot.org/
endef endef

View File

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

View File

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

View File

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