include slack-desc
This commit is contained in:
parent
827d2593de
commit
2b42d9a712
1 changed files with 21 additions and 1 deletions
|
@ -72,7 +72,27 @@ cat $CWD/firefox.png > $PKG/usr/share/pixmaps/firefox.png
|
|||
)
|
||||
|
||||
mkdir $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat <<EOF $CWD/slack-desc > $PKG/install/slack-desc
|
||||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|' on
|
||||
# the right side marks the last column you can put a character in. You must make
|
||||
# exactly 11 lines for the formatting to be correct. It's also customary to
|
||||
# leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
mozilla-firefox: mozilla-firefox (Mozilla Firefox Web browser)
|
||||
mozilla-firefox:
|
||||
mozilla-firefox: This project is a redesign of the Mozilla browser component written
|
||||
mozilla-firefox: using the XUL user interface language. Firefox empowers you to
|
||||
mozilla-firefox: browse faster, more safely and more efficiently than with any other
|
||||
mozilla-firefox: browser.
|
||||
mozilla-firefox:
|
||||
mozilla-firefox: Visit the Mozilla Firefox project online:
|
||||
mozilla-firefox: http://www.mozilla.org/projects/firefox/
|
||||
mozilla-firefox:
|
||||
mozilla-firefox:
|
||||
EOF
|
||||
|
||||
VERSION=$(echo $BRANCH | sed 's|latest-mozilla-||g')_${VERSION}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue