X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=lang%2Fpypcap%2FMakefile;h=ddf3cc4394db59e433d25d1c21fdd537cc2849b8;hb=96277af139739d4a7cd1f929b4a2b2816b440988;hp=9f6353e2c7efe500a5ef51be3cd6d03ba68f1384;hpb=ca8c770b28e7b4f797eee582ba3569ca1ace9797;p=packages.git diff --git a/lang/pypcap/Makefile b/lang/pypcap/Makefile index 9f6353e2c..ddf3cc439 100644 --- a/lang/pypcap/Makefile +++ b/lang/pypcap/Makefile @@ -19,13 +19,13 @@ PKG_MD5SUM:=034c3cbbfa81aa19e8f685b767c65764 include $(INCLUDE_DIR)/package.mk include ../python/python-package.mk -define PyPackage/pypcap +define PyPackage/python-pcap TITLE:=Python interface to lipcap URL:=http://code.google.com/p/pypcap/ DEPENDS+= +libpcap endef -define PyPackage/pypcap/filespec +define PyPackage/python-pcap/filespec +|$(PYTHON_PKG_DIR)/pcap.so endef @@ -36,4 +36,4 @@ define Build/Compile ) endef -$(eval $(call PyPackage,pypcap)) +$(eval $(call PyPackage,python-pcap))