shell-fm fixes:
- fix dependencies: only depends on libao & libmad - bump release number git-svn-id: svn://svn.openwrt.org/openwrt/packages@12092 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
cb717ad69d
commit
aa23361626
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2006-2008 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=shell-fm
|
PKG_NAME:=shell-fm
|
||||||
PKG_VERSION:=0.5
|
PKG_VERSION:=0.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://nex.scrapping.cc/code/shell-fm/downloads/
|
PKG_SOURCE_URL:=http://nex.scrapping.cc/code/shell-fm/downloads/
|
||||||
@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/shell-fm
|
define Package/shell-fm
|
||||||
SECTION:=sound
|
SECTION:=sound
|
||||||
CATEGORY:=Sound
|
CATEGORY:=Sound
|
||||||
DEPENDS:=+libmad +libopenssl +libreadline +libncurses
|
DEPENDS:=+libao +libmad
|
||||||
TITLE:=Console Based Last.FM Radio Player
|
TITLE:=Console Based Last.FM Radio Player
|
||||||
URL:=http://nex.scrapping.cc
|
URL:=http://nex.scrapping.cc
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user