mirror of https://github.com/hak5/openwrt-owl.git
remove automake prereq not needed anymore since [7011], use a separate description, cleanup
SVN-Revision: 8658owl
parent
cb00fed03c
commit
3e2f44481f
|
@ -18,17 +18,15 @@ PKG_MD5SUM:=84fef49cc39ff2605204246666f65864
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/linux-atm/Default
|
define Package/linux-atm
|
||||||
|
SECTION:=libs
|
||||||
|
CATEGORY:=Libraries
|
||||||
|
TITLE:=Linux ATM library
|
||||||
URL:=http://linux-atm.sourceforge.net/
|
URL:=http://linux-atm.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/linux-atm
|
define Package/linux-atm/description
|
||||||
$(call Package/linux-atm/Default)
|
This package contains a library for accessing the Linux ATM subsystem.
|
||||||
SECTION:=libs
|
|
||||||
CATEGORY:=Libraries
|
|
||||||
TITLE:=Linux ATM Library
|
|
||||||
DESCRIPTION:=\
|
|
||||||
This package contains a library for accessing the Linux ATM subsystem.
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
@ -65,7 +63,3 @@ define Package/linux-atm/install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,linux-atm))
|
$(eval $(call BuildPackage,linux-atm))
|
||||||
|
|
||||||
$(eval $(call RequireCommand,automake, \
|
|
||||||
$(PKG_NAME) requires automake. \
|
|
||||||
))
|
|
||||||
|
|
Loading…
Reference in New Issue