[#1538] Apply François patches - debian packages

This commit is contained in:
Emmanuel Milou
2009-05-28 14:57:57 -04:00
parent f94bdf0e28
commit 6c09cc6dfd
3 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,4 @@
[Desktop Entry]
Encoding=UTF-8
Name=SFLphone GNOME VoIP client
GenericName=Telephone
Comment=Call and receive calls with SIP or IAX protocols

View File

@ -37,7 +37,7 @@ sflphone_client_gnome_LDADD = $(DEPS_LIBS) $(NOTIFY_LIBS) $(SFLPHONEGTK_LIBS) $(
# add symbolic link
install-exec-local:
echo $(prefix); echo $(bindir); echo $(datadir); echo $(libdir)
cd $(bindir); ln -sf sflphone-client-gnome sflphone
cd $(DESTDIR)$(bindir); ln -sf sflphone-client-gnome sflphone
uninstall-local:
-test -h $(bindir)/sflphone && rm $(bindir)/sflphone
-test -h $(DESTDIR)$(bindir)/sflphone && rm $(DESTDIR)$(bindir)/sflphone

View File

@ -1,7 +1,7 @@
# Global variables
src=$(top_srcdir)
sflcodecdir=$(libdir)/sflphone/codecs
sflplugindir=$(libdir)/sflphone/plugins
sflcodecdir=$(DESTDIR)$(libdir)/sflphone/codecs
sflplugindir=$(DESTDIR)$(libdir)/sflphone/plugins
# for pjsip
PJSIP_LIBS= \