summaryrefslogtreecommitdiffstats
path: root/package/linux-atm
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-07 08:30:26 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-07 08:30:26 +0000
commita2f0b8eb3e1896bf83e696a4e06757c6ead43fd4 (patch)
treea45163f4ad36d0d6a1c6976c80d8c136faa617d0 /package/linux-atm
parent871b6cb89a82d9a0b38af360c348c11be35bb15e (diff)
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
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 4edd36271..f7d52141f 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. \
-))