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