diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-09-20 09:42:58 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-09-20 09:42:58 +0000 |
commit | f5e4d61f680a64c3aadde13e9637bce26fcbf311 (patch) | |
tree | e55f70459f95b1207601d11fbf82bc25dd4dc0eb /META.yml | |
parent | 2df30711fef4a29c36f195fc9552599c04f6e562 (diff) | |
download | urpmi-f5e4d61f680a64c3aadde13e9637bce26fcbf311.tar urpmi-f5e4d61f680a64c3aadde13e9637bce26fcbf311.tar.gz urpmi-f5e4d61f680a64c3aadde13e9637bce26fcbf311.tar.bz2 urpmi-f5e4d61f680a64c3aadde13e9637bce26fcbf311.tar.xz urpmi-f5e4d61f680a64c3aadde13e9637bce26fcbf311.zip |
Add missing metafile
Diffstat (limited to 'META.yml')
-rw-r--r-- | META.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/META.yml b/META.yml new file mode 100644 index 00000000..9039db22 --- /dev/null +++ b/META.yml @@ -0,0 +1,13 @@ +# http://module-build.sourceforge.net/META-spec.html +#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# +name: urpmi +version: 4.8.28 +version_from: urpm.pm +installdirs: site +requires: + Locale::gettext: 1.01 + MDV::Packdrakeng: 1.01 + URPM: 1.37 + +distribution_type: module +generated_by: ExtUtils::MakeMaker version 6.30_01 |