[packages] perl: Requires rsync on host system for modules
[openwrt/svn-archive/archive.git] / lang / perl-www-curl / Makefile
1 # $Id: Makefile 4033 2006-06-21 02:32:39Z nbd $
2
3 include $(TOPDIR)/rules.mk
4
5 PKG_NAME:=perl-www-curl
6 PKG_VERSION:=4.00
7 PKG_RELEASE:=1
8 PKG_MD5SUM:=f34eb29f59a811869a4f77bfc0df2f5d
9
10 PKG_SOURCE_URL:=http://search.cpan.org/CPAN/authors/id/S/SZ/SZBALINT
11 PKG_SOURCE:=WWW-Curl-$(PKG_VERSION).tar.gz
12 PKG_CAT:=zcat
13
14 PKG_BUILD_DIR:=$(BUILD_DIR)/perl/WWW-Curl-$(PKG_VERSION)
15 PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
16
17 include $(INCLUDE_DIR)/package.mk
18 include ../perl/perlmod.mk
19
20 define Package/perl-www-curl
21 SUBMENU:=Perl
22 SECTION:=lang
23 CATEGORY:=Languages
24 TITLE:=Perl bindings to libcurl
25 URL:=http://search.cpan.org/~crisb/WWW-Curl-3.02/
26 DEPENDS:=libcurl perl
27 endef
28
29 define Build/Configure
30 $(call perlmod/Configure,$(STAGING_DIR)/usr/include,)
31 endef
32
33 define Build/Compile
34 $(call perlmod/Compile,,)
35 endef
36
37 define Package/perl-www-curl/install
38 $(call perlmod/Install,$(1),WWW/Curl WWW/Curl.pm auto/WWW/Curl)
39 endef
40
41
42 $(eval $(call BuildPackage,perl-www-curl))