Trim extra newlines at end of file & trailing whitespace.

This commit is contained in:
Augustin Cavalier
2015-08-04 12:08:31 -04:00
parent 55dd9cf19d
commit 4634abef1b
724 changed files with 1430 additions and 1527 deletions

View File

@@ -1,10 +1,10 @@
SUMMARY="TwoLAME MPEG Audio Layer 2 encoder"
SUMMARY="TwoLAME MPEG Audio Layer 2 encoder"
DESCRIPTION="
TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on tooLAME \
by Mike Cheng, which in turn is based upon the ISO dist10 code and \
portions of LAME.
"
HOMEPAGE="http://www.twolame.org"
HOMEPAGE="http://www.twolame.org"
SOURCE_URI="http://downloads.sourceforge.net/twolame/twolame-0.3.13.tar.gz"
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2004-2006 The TwoLAME Project"
@@ -63,10 +63,10 @@ BUILD()
INSTALL()
{
make install
prepareInstalledDevelLib libtwolame
fixPkgconfig
packageEntries devel $developDir
}