Skip to content
Snippets Groups Projects
Commit e8309f49 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Update debian-related files

parent 1f860a19
No related branches found
No related tags found
No related merge requests found
Archive : unstable
Version: 0.8.5
Version: 0.9
Component : universe
Origin : SFLphone
Label : sflphone
......
Please refers to the official site: http://www.sflphone.org, rubrique Goals
......@@ -12,7 +12,7 @@ then
fi
# Libraries dependencies
dependencies="libgcc1 , libsamplerate0 (>=0.1.2) , libdbus-glib-1-2 (>= 0.73), libexpat1 , libgtk2.0-0 , gnome-common , libc6 (>= 2.3.6-6) , libglib2.0-0 (>= 2.12.0) , libosip2-2, libexosip2-4, libcommoncpp2-1.6-0 , libccrtp1-1.6-0 , libiax0 , libgtkglext1"
dependencies="libgcc1 , libsamplerate0 (>=0.1.2) , libdbus-glib-1-2 (>= 0.73), libexpat1 , libgtk2.0-0 , gnome-common , libc6 (>= 2.3.6-6) , libglib2.0-0 (>= 2.12.0) , libosip2-2, libexosip2-4, libcommoncpp2-1.6-0 , libccrtp1-1.6-0 , libiax0 , libgsm1 (>=1.0.10) , libspeex1 (>=1.1.12)"
# Package Infos
package="sflphone"
......@@ -44,9 +44,16 @@ ln -sf $bindir/sflphone-gtk $sfldir$bindir/sflphone
#/usr/lib
mkdir -p $sfldir/usr/lib/sflphone/codecs
# dbus
cp $libdir/libdbus-c++-1.so $sfldir$libdir
cp $libdir/libdbus-c++-1.so.0 $sfldir$libdir
cp $libdir/libdbus-c++-1.so.0.0.0 $sfldir$libdir
# iax2
cp $libdir/libiax2.so.0.0.0 $sfldir$libdir
ln -sf $libdir/libiax2.so.0.0.0 $sfldir$libdir/libiax2.so.0
ln -sf $libdir/libiax2.so.0.0.0 $sfldir$libdir/libiax2.so
chmod 755 $sfldir$libdir/libiax2.so.0.0.0
#/usr/lib/sflphone/codecs
cp $libdir/sflphone/codecs/libcodec_* $sfldir$libdir/sflphone/codecs/
......@@ -67,7 +74,13 @@ cp $sharedir/sflphone/ringtones/* $sfldir$sharedir/sflphone/ringtones
#/usr/share/locale/fr/LC_MESSAGES
mkdir -p $sfldir$sharedir/locale/fr/LC_MESSAGES
cp $sharedir/locale/fr/LC_MESSAGES/sflphone.mo $sfldir$sharedir/locale/fr/LC_MESSAGES
mkdir -p $sfldir$sharedir/locale/es/LC_MESSAGES
cp $sharedir/locale/es/LC_MESSAGES/sflphone.mo $sfldir$sharedir/locale/es/LC_MESSAGES
#/usr/share/doc/sflphone
mkdir -p $sfldir$sharedir/doc/sflphone
cp changelog.Debian.gz $sfldir$sharedir/doc/sflphone
cp copyright $sfldir$sharedir/doc/sflphone
cp TODO $sfldir$sharedir/doc/sflphone
# DEBIAN files
mkdir -p $debdir
......
File added
This package was debianized by Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
Fri, 21 Mar 2008 11:37:53 -0500.
Wed, 30 Apr 2008 11:37:53 -0500.
It was downloaded from the git repository of SFLphone: git://sflphone.org/git/sflphone.git
......@@ -15,3 +15,14 @@ You are free to distribute this software under the terms of
the GNU General Public License version 3.
On Debian systems, the complete text of the GNU General Public
License can be found in the file `/usr/share/common-licenses/GPL'.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment