parent
d5a203f1eb
commit
f49ab7c61a
2 changed files with 3 additions and 3 deletions
|
@ -9,13 +9,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=debootstrap
|
||||
PKG_VERSION:=1.0.67
|
||||
PKG_VERSION:=1.0.66
|
||||
PKG_RELEASE:=1
|
||||
PKG_MAINTAINER=Daniel Golle <daniel@makrotopia.org>
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-udeb_$(PKG_VERSION)_all.udeb
|
||||
PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/d/debootstrap
|
||||
PKG_MD5SUM:=e7854d4b10ab860f08921525406debdd
|
||||
PKG_MD5SUM:=bf6370ea0aa80308dfb03a4a35e33ad1
|
||||
PKG_LICENSE:=Unique
|
||||
PKG_LICENSE_FILES:=debian/copyright
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ define Package/pulseaudio/Default
|
|||
SECTION:=sound
|
||||
CATEGORY:=Sound
|
||||
DEPENDS:=+libspeexdsp +libsndfile +libltdl +libpthread \
|
||||
+librt +alsa-lib +libjson-c +libopenssl +libwrap +libcap $(ICONV_DEPENDS) $(INTL_DEPENDS)
|
||||
+librt +alsa-lib +libjson +libopenssl +libwrap +libcap $(ICONV_DEPENDS) $(INTL_DEPENDS)
|
||||
TITLE:=Network sound server
|
||||
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
|
||||
URL:=http://www.pulseaudio.org
|
||||
|
|
Loading…
Reference in a new issue