projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e51856
)
[packages_10.03.2] perl-compress-bzip2: merge r28229, r28235
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 5 Feb 2012 03:30:17 +0000
(
03:30
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 5 Feb 2012 03:30:17 +0000
(
03:30
+0000)
SVN-Revision: 30178
lang/perl-compress-bzip2/Makefile
patch
|
blob
|
history
diff --git
a/lang/perl-compress-bzip2/Makefile
b/lang/perl-compress-bzip2/Makefile
index de4c4f454deb3d6e47038f8565ca00ac1351c884..940749a5f97e346fc20ca7c8969fbdadc99b8e61 100644
(file)
--- a/
lang/perl-compress-bzip2/Makefile
+++ b/
lang/perl-compress-bzip2/Makefile
@@
-3,7
+3,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=perl-compress-bzip2
PKG_VERSION:=2.09
-PKG_RELEASE:=
2
+PKG_RELEASE:=
3
PKG_MD5SUM:=1699fde3e86f2a036f135ae606d456bf
PKG_SOURCE_URL:=http://search.cpan.org/CPAN/authors/id/A/AR/ARJAY
@@
-20,7
+20,7
@@
define Package/perl-compress-bzip2
CATEGORY:=Languages
TITLE:=Perl interface to bzip2 compression library
URL:=http://search.cpan.org/dist/Compress-Bzip2/
- DEPENDS:=perl +
bzip
2
+ DEPENDS:=perl +
libbz
2
endef
define Build/Configure