diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-09-19 10:59:16 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-09-19 11:02:03 +0200 |
commit | a4bd6c712f5c64fdb4d63bce33d7855e625d22ae (patch) | |
tree | 89efee38d0da42c30feddbea20fba652265f0143 | |
parent | 33313f8d4009b36f211d6da99e9fbc6cb134a62a (diff) | |
download | rpmtools-a4bd6c712f5c64fdb4d63bce33d7855e625d22ae.tar rpmtools-a4bd6c712f5c64fdb4d63bce33d7855e625d22ae.tar.gz rpmtools-a4bd6c712f5c64fdb4d63bce33d7855e625d22ae.tar.bz2 rpmtools-a4bd6c712f5c64fdb4d63bce33d7855e625d22ae.tar.xz rpmtools-a4bd6c712f5c64fdb4d63bce33d7855e625d22ae.zip |
add abstract
-rwxr-xr-x | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 9da77d3..44cf619 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,6 +23,7 @@ MAKEMAKEFILE WriteMakefile( NAME => 'rpmtools', + ABSTRACT => 'Generates hdlist and synthesis files + compatibility wrapper around the new MDV::Packdrakeng', VERSION => $rpmtools_version, LICENSE => 'gpl_2', macro => { |