include $(INCLUDE_DIR)/package.mk
-define Package/linux-atm/Default
- URL:=http://linux-atm.sourceforge.net/
-endef
-
define Package/linux-atm
- $(call Package/linux-atm/Default)
SECTION:=libs
CATEGORY:=Libraries
- TITLE:=Linux ATM Library
- DESCRIPTION:=\
- This package contains a library for accessing the Linux ATM subsystem.
+ TITLE:=Linux ATM library
+ URL:=http://linux-atm.sourceforge.net/
+endef
+
+define Package/linux-atm/description
+ This package contains a library for accessing the Linux ATM subsystem.
endef
define Build/Configure
endef
$(eval $(call BuildPackage,linux-atm))
-
-$(eval $(call RequireCommand,automake, \
- $(PKG_NAME) requires automake. \
-))