enca: bump version.

This commit is contained in:
Jerome Duval
2016-02-20 11:58:02 +00:00
parent f037628cf0
commit e91b3de7d0

View File

@@ -8,8 +8,8 @@ COPYRIGHT="2000-2003 David Necas (Yeti)
2009-2013 Michal Cihar"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://dl.cihar.com/enca/enca-$portVersion.tar.bz2"
CHECKSUM_SHA256="bba29ceb57e7989b89a5a28a97573ae55f46b40fb96f18d83a1d08a205752bc6"
SOURCE_URI="http://dl.cihar.com/enca/enca-$portVersion.tar.xz"
CHECKSUM_SHA256="019995e9324510f0667b73e88753bc496c744f93bff48bbfb114165f8875326c"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -63,6 +63,9 @@ INSTALL()
{
make install
# remove libtool file
rm $libDir/libenca.la
if [ -n "$secondaryArchSuffix" ]; then
rm -rf $binDir $documentationDir
fi