Skip to content

Instantly share code, notes, and snippets.

@jelly
Created April 3, 2013 13:40
Show Gist options
  • Save jelly/5301287 to your computer and use it in GitHub Desktop.
Save jelly/5301287 to your computer and use it in GitHub Desktop.
PKG_NAME = urlwatch
PKG_VERS = 1.15
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = http://pypi.python.org/packages/source/u/$(PKG_NAME)
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)
DEPENDS =
HOMEPAGE = http://pypi.python.org/pypi/urlwatch
COMMENT = Watch web pages and arbitrary URLs for changes
LICENSE =
include ../../mk/spksrc.python-module.mk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment