Create binpkgs for meta-template packages.

--HG--
extra : convert_revision : fdf26fe45ee1b5ecb2d32a7e72e2b83c8ee02f5a
This commit is contained in:
Juan RP
2008-12-13 08:44:51 +01:00
parent 8df38b299b
commit a31a003a63
4 changed files with 11 additions and 32 deletions

View File

@@ -62,6 +62,12 @@ xbps_write_metadata_pkg()
<string>$(uname -m)</string>
<key>installed_size</key>
<integer>$(du -sb $destdir|awk '{print $1}')</integer>
<key>maintainer</key>
<string>$maintainer</string>
<key>short_desc</key>
<string>$short_desc</key>
<key>long_desc</key>
<string>$long_desc</string>
_EOF
# Dependencies
if [ -n "$run_depends" ]; then