remove automake prereq not needed anymore since [7011], use a separate description, cleanup

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8658 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2007-09-07 08:30:26 +00:00
parent 3a757fdf7d
commit f2b2474908
1 changed files with 6 additions and 12 deletions

View File

@ -18,16 +18,14 @@ PKG_MD5SUM:=84fef49cc39ff2605204246666f65864
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/
endef
define Package/linux-atm
$(call Package/linux-atm/Default)
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Linux ATM Library
DESCRIPTION:=\
define Package/linux-atm/description
This package contains a library for accessing the Linux ATM subsystem.
endef
@ -65,7 +63,3 @@ define Package/linux-atm/install
endef
$(eval $(call BuildPackage,linux-atm))
$(eval $(call RequireCommand,automake, \
$(PKG_NAME) requires automake. \
))