X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=sound%2Fempcd%2FMakefile;h=8b0c15d2d37a9c678540858a9585e853252b192f;hb=a4336db86dab529a1b05b07881e77dc65239e1e8;hp=912827be54479e4f612277300e836333ba0e1e74;hpb=c713d663758a2cf463cf224cff5c4afe11c9c737;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/sound/empcd/Makefile b/sound/empcd/Makefile index 912827be54..8b0c15d2d3 100644 --- a/sound/empcd/Makefile +++ b/sound/empcd/Makefile @@ -4,21 +4,16 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: $ include $(TOPDIR)/rules.mk PKG_NAME:=empcd -PKG_VERSION:=2005.12.12 +PKG_VERSION:=2008.02.16 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://unfix.org/projects/empcd -PKG_MD5SUM:=300e59ba3067f1f82d4ecec124f96916 -PKG_CAT:=bzcat - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) -PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install +PKG_MD5SUM:=c3209f6bf8eb6e8ea9638601e1cd04a4 include $(INCLUDE_DIR)/package.mk @@ -26,13 +21,15 @@ define Package/empcd SECTION:=sound CATEGORY:=Sound TITLE:=EMPCd can control the MPD - DESCRIPTION:=\ - This is EMPCd which can use /dev/input/event0 or other event devices\\\ - to control MPD (Music Player Daemon), directly using libmpdclient\\\ - and other programs, currently using system(2). URL:=http://unfix.org/projects/empcd endef +define Package/empcd/description + This is EMPCd which can use /dev/input/event0 or other event devices + to control MPD (Music Player Daemon), directly using libmpdclient + and other programs, currently using system(2). +endef + define Package/empcd/conffiles /etc/empcd.conf endef