X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fpython3-rsa;h=30aee9397512bf5a7bba826d13c91b62cbe404e1;hb=f15707c78ccb5d5ef7416c5cdcb39028f3deb760;hp=7e575c3c7c2e91ef17a478787cc31500f4fbc1a5;hpb=0f721b00809ad3e52dc2123ac3977e1a8e2b9207;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/python3-rsa b/lfs/python3-rsa index 7e575c3c7c..30aee93975 100644 --- a/lfs/python3-rsa +++ b/lfs/python3-rsa @@ -25,6 +25,7 @@ include Config VER = 4.8 +SUMMARY = Pure-Python RSA Implementation THISAPP = rsa-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -36,6 +37,8 @@ PAK_VER = 4 DEPS = +SERVICES = + ############################################################################### # Top-level Rules ############################################################################### @@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -dist: +dist: @$(PAK) ###############################################################################