X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fbr2684ctl%2FMakefile;fp=package%2Fbr2684ctl%2FMakefile;h=7c75c9499e241875bf504a30760759a9302c73a8;hb=704ec3531351d45a54ddb8a74b7d13476e54f477;hp=0000000000000000000000000000000000000000;hpb=ad550c79846a4e1e87ba31eda8d700d04ee28534;p=openwrt-10.03%2F.git diff --git a/package/br2684ctl/Makefile b/package/br2684ctl/Makefile new file mode 100644 index 000000000..7c75c9499 --- /dev/null +++ b/package/br2684ctl/Makefile @@ -0,0 +1,38 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# +# $Id: Makefile 6582 2007-03-16 20:21:39Z nbd $ + +include $(TOPDIR)/rules.mk + +PKG_NAME:=br2684ctl +PKG_VERSION:=20040226 +PKG_RELEASE:=1 + +PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz +PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/b/br2684ctl +PKG_MD5SUM:=6eb4d8cd174e24a7c078eb4f594f5b69 + +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION).orig + +include $(INCLUDE_DIR)/package.mk + +define Package/$(PKG_NAME) + SECTION:=net + CATEGORY:=Base system + TITLE:=ATM Ethernet bridging configuration utility + DESCRIPTION:=ATM Ethernet bridging configuration utility + URL:=http://ftp.debian.org/debian/pool/main/b/br2684ctl +endef + +MAKE_FLAGS += CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_LDFLAGS)" + +define Package/$(PKG_NAME)/install + $(INSTALL_DIR) $(1)/usr/sbin + $(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin/ +endef + +$(eval $(call BuildPackage,$(PKG_NAME)))