move perl/microperl in a 'Perl' submenu, cleanup

git-svn-id: svn://svn.openwrt.org/openwrt/packages@8995 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-09-23 18:17:39 +00:00
parent 98cdfce045
commit 5c4d20659b

View File

@ -18,21 +18,21 @@ PKG_SOURCE_URL:=ftp://ftp.cpan.org/pub/CPAN/src/5.0 \
ftp://ftp.gmd.de/mirrors/CPAN/src/5.0 \
ftp://ftp.funet.fi/pub/languages/perl/CPAN/src/5.0
PKG_MD5SUM:=8d4aa4e061fd5bc0c39e4f0a63267880
PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
define Package/microperl
SECTION:=utils
CATEGORY:=Utilities
SUBMENU:=Perl
SECTION:=lang
CATEGORY:=Languages
TITLE:=A really minimal perl
DESCRIPTION:=\
A perl package without operating-specific functions such as readdir.
URL:=http://www.perl.com/
endef
define Package/microperl/description
A perl package without operating-specific functions such as readdir.
endef
define Build/Configure
endef
@ -47,3 +47,4 @@ define Package/microperl/install
endef
$(eval $(call BuildPackage,microperl))