X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=sound%2Flame%2FMakefile;fp=sound%2Flame%2FMakefile;h=0000000000000000000000000000000000000000;hb=9e8bb769ff2a7470f92d4c5ddc356b6ad15e88d1;hp=5695dd80f97053ed08203737a78e5352c9514db3;hpb=c451f59dfc4a804be85c74cfb46d3194f5a3c47b;p=packages.git diff --git a/sound/lame/Makefile b/sound/lame/Makefile deleted file mode 100644 index 5695dd80f..000000000 --- a/sound/lame/Makefile +++ /dev/null @@ -1,82 +0,0 @@ -# -# Copyright (C) 2007-2008 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# -# blogic@openwrt.org - -include $(TOPDIR)/rules.mk - -PKG_NAME:=lame -PKG_VERSION:=398-2 -PKG_RELEASE:=3 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=@SF/lame -PKG_MD5SUM:=719dae0ee675d0c16e0e89952930ed35 -PKG_FIXUP:=autoreconf - -PKG_LICENSE:=LGPLv2 -PKG_LICENSE_FILES:=COPYING LICENSE - -include $(INCLUDE_DIR)/package.mk - -PKG_INSTALL=1 - -define Package/lame/Default - SECTION:=sound - CATEGORY:=Sound - URL:=http://sourceforge.net/projects/lame - DEPENDS:=@BUILD_PATENTED -endef - -define Package/lame -$(call Package/lame/Default) - TITLE:=lame - MENU:=1 - DEPENDS += +libncurses -endef - -define Package/lame/description -lame mp3 encoder -endef - -define Package/lame-lib -$(call Package/lame/Default) - TITLE:=lame-lib -endef - -define Package/lame-lib/description -lame mp3 encoder libs -endef - -define Build/Configure - $(call Build/Configure/Default, \ - --disable-nasm \ - ) -endef - - -define Package/lame/install - $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/lame $(1)/usr/bin/ -endef - -define Package/lame-lib/install - $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib*so* $(1)/usr/lib/ -endef - -define Build/InstallDev - $(INSTALL_DIR) $(1)/usr/include/lame - $(INSTALL_DATA) \ - $(PKG_INSTALL_DIR)/usr/include/lame/*.h \ - $(1)/usr/include/lame/ - $(INSTALL_DIR) $(1)/usr/lib - $(CP) \ - $(PKG_INSTALL_DIR)/usr/lib/*.{la,so*} \ - $(1)/usr/lib/ -endef - -$(eval $(call BuildPackage,lame-lib)) -$(eval $(call BuildPackage,lame))