Disable jbt6k74 mode setting. The kernel driver takes care of it now.
[openwrt/svn-archive/archive.git] / lang / perl-compress-bzip2 / Makefile
1
2 include $(TOPDIR)/rules.mk
3
4 PKG_NAME:=perl-compress-bzip2
5 PKG_VERSION:=2.09
6 PKG_RELEASE:=2
7 PKG_MD5SUM:=1699fde3e86f2a036f135ae606d456bf
8
9 PKG_SOURCE_URL:=http://search.cpan.org/CPAN/authors/id/A/AR/ARJAY
10 PKG_SOURCE:=Compress-Bzip2-$(PKG_VERSION).tar.gz
11 PKG_CAT:=zcat
12
13 PKG_BUILD_DIR:=$(BUILD_DIR)/perl/Compress-Bzip2-$(PKG_VERSION)
14
15 include $(INCLUDE_DIR)/package.mk
16 include ../perl/perlmod.mk
17
18 define Package/perl-compress-bzip2
19 SUBMENU:=Perl
20 SECTION:=lang
21 CATEGORY:=Languages
22 TITLE:=Perl interface to bzip2 compression library
23 URL:=http://search.cpan.org/~arjay/Compress-Bzip2-2.09/
24 DEPENDS:=perl +bzip2
25 endef
26
27 define Build/Configure
28 $(call perlmod/Configure,,BUILD_BZLIB=0)
29 endef
30
31 define Build/Compile
32 $(call perlmod/Compile,,)
33 endef
34
35 define Package/perl-compress-bzip2/install
36 $(call perlmod/Install,$(1),Compress auto/Compress)
37 endef
38
39
40 $(eval $(call BuildPackage,perl-compress-bzip2))