X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=sound%2Fmadplay%2FMakefile;h=662e268260d1499f6dc079c66074c0ef1df26ec6;hp=379e22c18d90824da4e765225bc75d1e1afe253c;hb=d85961b5ffc35f9b5e8caa42da83613da118fec5;hpb=75ea41a2c060b638aed79b8ce50de8f86505c1b3 diff --git a/sound/madplay/Makefile b/sound/madplay/Makefile index 379e22c18d..662e268260 100644 --- a/sound/madplay/Makefile +++ b/sound/madplay/Makefile @@ -28,14 +28,16 @@ define Package/madplay CATEGORY:=Sound DEPENDS:=+libid3tag +libmad TITLE:=MPEG audio player in fixed point - DESCRIPTION:=\ - MAD is an MPEG audio decoder. It currently only supports the MPEG 1 \\\ - standard, but fully implements all three audio layers (Layer I, Layer II, \\\ - and Layer III, the latter often colloquially known as MP3.). There is also \\\ - full support for ID3 tags. URL:=http://sourceforge.net/projects/mad endef +define Package/madplay/description + MAD is an MPEG audio decoder. It currently only supports the MPEG 1 + standard, but fully implements all three audio layers (Layer I, Layer II, + and Layer III, the latter often colloquially known as MP3.). There is also + full support for ID3 tags. +endef + define Build/Configure $(call Build/Configure/Default, \ --enable-shared \ @@ -59,7 +61,7 @@ define Build/Compile endef define Package/madplay/install - install -d -m0755 $(1)/usr/bin + $(INSTALL_DIR) $(1)/usr/bin $(CP) $(PKG_INSTALL_DIR)/usr/bin/madplay $(1)/usr/bin/ endef