aboutsummaryrefslogtreecommitdiffstats
path: root/package/linux-atm
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-09-07 08:30:26 +0000
committerNicolas Thill <nico@openwrt.org>2007-09-07 08:30:26 +0000
commit3e2f44481fc0c353cc53c3a70b8a59d2ce0c6b60 (patch)
treebd57d1e90399bfa908b7acb92c11dbd875726f5d /package/linux-atm
parentcb00fed03cbef645ee73fe56103dd5a35026875d (diff)
downloadupstream-3e2f44481fc0c353cc53c3a70b8a59d2ce0c6b60.tar.gz
upstream-3e2f44481fc0c353cc53c3a70b8a59d2ce0c6b60.tar.bz2
upstream-3e2f44481fc0c353cc53c3a70b8a59d2ce0c6b60.zip
remove automake prereq not needed anymore since [7011], use a separate description, cleanup
SVN-Revision: 8658
Diffstat (limited to 'package/linux-atm')
-rw-r--r--package/linux-atm/Makefile18
1 files changed, 6 insertions, 12 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile
index 4edd362710..f7d52141f3 100644
--- a/package/linux-atm/Makefile
+++ b/package/linux-atm/Makefile
@@ -18,17 +18,15 @@ PKG_MD5SUM:=84fef49cc39ff2605204246666f65864
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
@@ -65,7 +63,3 @@ define Package/linux-atm/install
endef
$(eval $(call BuildPackage,linux-atm))
-
-$(eval $(call RequireCommand,automake, \
- $(PKG_NAME) requires automake. \
-))