|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/bin/bash |
|
|
|
|
# Build script for Slackware |
|
|
|
|
# Copyright (C) 2011 Damien Goutte-Gattat |
|
|
|
|
# Copyright (C) 2011,2012 Damien Goutte-Gattat |
|
|
|
|
# |
|
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
|
# is permitted provided that the following conditions are met: |
|
|
|
@ -25,13 +25,13 @@
|
|
|
|
|
# Latest ekiga sourcecode is available at: <http://www.ekiga.org/>. |
|
|
|
|
# |
|
|
|
|
# Depends: l/opal |
|
|
|
|
# Recommends: gnome/gconf, gnome/evolution-data-server |
|
|
|
|
# Recommends: gnome/evolution-data-server |
|
|
|
|
|
|
|
|
|
# Source package infos |
|
|
|
|
NAMESRC=${NAMESRC:-ekiga} |
|
|
|
|
VERSION=${VERSION:-3.2.7} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.bz2} |
|
|
|
|
WGET=${WGET:-http://ftp.gnome.org/pub/gnome/sources/ekiga/3.2/$ARCHIVE} |
|
|
|
|
VERSION=${VERSION:-4.0.0} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.xz} |
|
|
|
|
WGET=${WGET:-http://ftp.gnome.org/pub/gnome/sources/ekiga/4.0/$ARCHIVE} |
|
|
|
|
|
|
|
|
|
# Build infos |
|
|
|
|
NAMEPKG=${NAMEPKG:-ekiga} |
|
|
|
@ -90,11 +90,10 @@ CXXFLAGS=$CPUOPT \
|
|
|
|
|
--prefix=/usr \ |
|
|
|
|
--sysconfdir=/etc \ |
|
|
|
|
--mandir=/usr/man \ |
|
|
|
|
--disable-static \ |
|
|
|
|
--disable-gnome \ |
|
|
|
|
--disable-eds \ |
|
|
|
|
--enable-gstreamer \ |
|
|
|
|
--disable-scrollkeeper \ |
|
|
|
|
--disable-gdu \ |
|
|
|
|
--disable-avahi |
|
|
|
|
--disable-gdu |
|
|
|
|
make -j $JOBS |
|
|
|
|
make install-strip DESTDIR=$PKG |
|
|
|
|
|
|
|
|
|