|
|
|
@ -30,9 +30,9 @@
|
|
|
|
|
|
|
|
|
|
# Source package infos |
|
|
|
|
NAMESRC=${NAMESRC:-linphone} |
|
|
|
|
VERSION=${VERSION:-3.4.3} |
|
|
|
|
VERSION=${VERSION:-3.5.0} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} |
|
|
|
|
WGET=${WGET:-http://download.savannah.gnu.org/releases/linphone/3.4.x/sources/$ARCHIVE} |
|
|
|
|
WGET=${WGET:-http://download.savannah.gnu.org/releases/linphone/3.5.x/sources/$ARCHIVE} |
|
|
|
|
|
|
|
|
|
# Build infos |
|
|
|
|
NAMEPKG=${NAMEPKG:-linphone} |
|
|
|
@ -110,6 +110,9 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|
|
|
|
install -m 644 AUTHORS BUGS COPYING ChangeLog NEWS README TODO \ |
|
|
|
|
$PKG/usr/doc/$NAME |
|
|
|
|
|
|
|
|
|
# Remove empty directories |
|
|
|
|
rmdir $PKG/usr/share/tutorials/linphone $PKG/usr/share/tutorials |
|
|
|
|
|
|
|
|
|
# Copy slack-desc and doinst.sh files |
|
|
|
|
install -D -m 644 $CWD/slack-desc $PKG/install/slack-desc |
|
|
|
|
install -m 755 $CWD/doinst.sh $PKG/install/doinst.sh |
|
|
|
|