source: trunk/dnsbl/Makefile@ 64

Last change on this file since 64 was 61, checked in by Kris Deugau, 9 years ago

/trunk/dnsbl

Bump version for snapshot release

  • Property svn:keywords set to Date Rev Author Id
File size: 727 bytes
RevLine 
[32]1# wrap'em up all neatlike
2# $Id: Makefile 61 2015-03-10 16:26:58Z kdeugau $
3
4# reqs:
5# libnetaddr-ip-perl
6# libdbd-pg-perl
7# rbldnsd
8
9MANIFEST = \
[33]10 browse.cgi check-iplist.pl delist-ip export-dnsbl index.shtml Makefile \
[54]11 dnsbl.cgi DNSBL.pm DNSBLweb.pm dnsbl.sql templates/ addparents.sql setparents.pl \
[42]12 COPYING sa-dnsbl-example.cf
[32]13
14PKGNAME=dnsbl
[61]15VERSION=0.3.2
[32]16
[33]17all:
[32]18
19dist:
20 mkdir $(PKGNAME)-$(VERSION)
21 tar -c --exclude .svn -f - $(MANIFEST) | (cd $(PKGNAME)-$(VERSION); tar xvf -)
22# /usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/' < $(PKGNAME).spec > $(PKGNAME)-$(VERSION)/$(PKGNAME).spec
23 tar cvf $(PKGNAME)-$(VERSION).tar $(PKGNAME)-$(VERSION)
24 gzip -v -f -9 $(PKGNAME)-$(VERSION).tar
25 rm -rf $(PKGNAME)-$(VERSION)
[58]26 gpg -a --detach-sign $(PKGNAME)-$(VERSION).tar.gz
Note: See TracBrowser for help on using the repository browser.