[package] unbreak mrd6, fix configuration files and init script installation (#5221)
[openwrt/svn-archive/archive.git] / lang / perl-lockfile-simple / Makefile
1
2 include $(TOPDIR)/rules.mk
3
4 PKG_NAME:=perl-lockfile-simple
5 PKG_VERSION:=0.206
6 PKG_RELEASE:=1
7 PKG_MD5SUM:=d8966c3fb799aefcaaf80f845057a1fa
8
9 PKG_SOURCE_URL:=http://search.cpan.org/CPAN/authors/id/J/JV/JV
10 PKG_SOURCE:=LockFile-Simple-$(PKG_VERSION).tar.gz
11 PKG_CAT:=zcat
12
13 PKG_BUILD_DIR:=$(BUILD_DIR)/perl/LockFile-Simple-$(PKG_VERSION)
14
15 include $(INCLUDE_DIR)/package.mk
16 include ../perl/perlmod.mk
17
18 define Package/perl-lockfile-simple
19 SUBMENU:=Perl
20 SECTION:=lang
21 CATEGORY:=Languages
22 TITLE:=Simple advisory file locking
23 URL:=http://search.cpan.org/~ram/LockFile-Simple/
24 DEPENDS:=perl
25 endef
26
27 define Build/Configure
28 $(call perlmod/Configure,,)
29 endef
30
31 define Build/Compile
32 $(call perlmod/Compile,,)
33 endef
34
35 define Package/perl-lockfile-simple/install
36 $(call perlmod/Install,$(1),LockFile auto/LockFile)
37 endef
38
39
40 $(eval $(call BuildPackage,perl-lockfile-simple))