From fec931ce95874a5b686a13370b07fdd5824ea0c2 Mon Sep 17 00:00:00 2001 From: jow Date: Sat, 19 Dec 2009 12:20:58 +0000 Subject: [PATCH] [packages] ices: fix whitespace in Makefile git-svn-id: svn://svn.openwrt.org/openwrt/packages@18846 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- sound/ices/Makefile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/sound/ices/Makefile b/sound/ices/Makefile index d836ee4ec..63b9902b8 100644 --- a/sound/ices/Makefile +++ b/sound/ices/Makefile @@ -27,14 +27,14 @@ define Package/ices endef define Package/ices/description - ices is a command line source client for Icecast media streaming servers. - It began as the successor of the old "shout" utility, and has since gained a - lot of useful features. + ices is a command line source client for Icecast media streaming servers. + It began as the successor of the old "shout" utility, and has since gained a + lot of useful features. endef define Package/ices/install - $(INSTALL_DIR) $(1)/usr/bin - $(CP) $(PKG_BUILD_DIR)/src/$(PKG_NAME) $(1)/usr/bin/ + $(INSTALL_DIR) $(1)/usr/bin + $(CP) $(PKG_BUILD_DIR)/src/$(PKG_NAME) $(1)/usr/bin/ endef CONFIGURE_ARGS+= \ @@ -43,15 +43,15 @@ CONFIGURE_ARGS+= \ define Build/Configure $(call Build/Configure/Default, \ - LDFLAGS="$(TARGET_LDFLAGS) -lz -lm" \ + LDFLAGS="$(TARGET_LDFLAGS) -lz -lm" \ ) endef define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) \ - $(TARGET_CONFIGURE_OPTS) \ - CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \ - LDFLAGS="$(TARGET_LDFLAGS) -lz -lm" + $(MAKE) -C $(PKG_BUILD_DIR) \ + $(TARGET_CONFIGURE_OPTS) \ + CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \ + LDFLAGS="$(TARGET_LDFLAGS) -lz -lm" endef $(eval $(call BuildPackage,ices)) -- 2.11.0