X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fspandsp;h=87dd4da3ef57b909a673749f0e17a522f8e8484f;hp=16554166cef84b69bc9fd8323673ef2a854345e4;hb=5609904bde49006904d3f745578e9163397fcebc;hpb=be91126febe6383e9eed9e1bbabe7bdf8597ac3a diff --git a/lfs/spandsp b/lfs/spandsp index 16554166c..87dd4da3e 100644 --- a/lfs/spandsp +++ b/lfs/spandsp @@ -33,6 +33,12 @@ DL_FILE = $(THISAPP).tgz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/spandsp-0.0.3 TARGET = $(DIR_INFO)/$(THISAPP) +PROG = spandsp +PAK_VER = 1 + +DESCDE = "Ein Plugin zum Faxen mit Asterisk." +DESCEN = "A plugin for faxing with asterisk." +DEPS = "libtiff" ############################################################################### # Top-level Rules @@ -52,6 +58,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) +dist: + $(PAK) + ############################################################################### # Downloading, checking, md5sum ###############################################################################